aboutsummaryrefslogtreecommitdiff
path: root/sysutils/agedu/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-09 16:16:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-09 16:16:48 +0000
commit2060f464fff78690f9b316b9868e2d5abbf9ec8f (patch)
tree347236cf1ce4cd3dd28bbb6b04cfb2c6fba3158e /sysutils/agedu/Makefile
parent03dd1914d4695edb01c56028d384ae4bab8f83e8 (diff)
- Support STAGEDIR
Notes
Notes: svn path=/head/; revision=329909
Diffstat (limited to 'sysutils/agedu/Makefile')
-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