aboutsummaryrefslogtreecommitdiff
path: root/misc/gone
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-08 00:37:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-08 00:37:38 +0000
commita0cf0ff71bd04c8d44ed4acb268b5e998eb0af62 (patch)
treedffdd7b53ce670b88675550d34b211c9eaf335e5 /misc/gone
parente0c764a8e4f8d1697fec96be3d57891280468285 (diff)
downloadports-a0cf0ff71bd04c8d44ed4acb268b5e998eb0af62.tar.gz
ports-a0cf0ff71bd04c8d44ed4acb268b5e998eb0af62.zip
Remove useless pre.mk/post.mk dance
Notes
Notes: svn path=/head/; revision=356963
Diffstat (limited to 'misc/gone')
-rw-r--r--misc/gone/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
index 16a053dcc583..627db0c0ffce 100644
--- a/misc/gone/Makefile
+++ b/misc/gone/Makefile
@@ -16,7 +16,6 @@ OPTIONS_DEFINE= SETUID
SETUID_DESC= Install gone setuid root for password support
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
#
# If you would like to be able to use system passwords for gone
@@ -33,4 +32,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone
${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>