diff options
author | eik <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
commit | d9399df5067435b06d5e872cf09fcbff774e733d (patch) | |
tree | afff0979f3a3fdcbef56311208eb8595c4d4b612 /sysutils | |
parent | f78c00e847ca4ac4ac42dac53d90462ea61ec68f (diff) | |
download | FreeBSD-ports-d9399df5067435b06d5e872cf09fcbff774e733d.zip FreeBSD-ports-d9399df5067435b06d5e872cf09fcbff774e733d.tar.gz |
Fix some ports that write something after bsd.port.mk
PR: 59254
Approved by: marcus (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xstow/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index abff021..6f68fb4 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -24,7 +24,4 @@ GNU_CONFIGURE= yes MAN1= xstow.1 MAN5= xstow.ini.5 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> - -#EOF +.include <bsd.port.mk> |