aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-10 00:16:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-10 00:16:48 +0800
commit2a05de3b65a4188e8320e2c3f89afd000f2e6dc1 (patch)
tree347236cf1ce4cd3dd28bbb6b04cfb2c6fba3158e
parent336ed3d38a6a0b124cf7bf4a12446f617dd898e4 (diff)
downloadfreebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.tar.gz
freebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.tar.zst
freebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.zip
- Support STAGEDIR
-rw-r--r--sysutils/agedu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile
index 0271a3f0a234..c97c988da1a7 100644
--- a/sysutils/agedu/Makefile
+++ b/sysutils/agedu/Makefile
@@ -15,10 +15,9 @@ LICENSE= MIT
GNU_CONFIGURE= yes
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/${PORTNAME}.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c