diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 00:16:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 00:16:48 +0800 |
commit | 2a05de3b65a4188e8320e2c3f89afd000f2e6dc1 (patch) | |
tree | 347236cf1ce4cd3dd28bbb6b04cfb2c6fba3158e /sysutils | |
parent | 336ed3d38a6a0b124cf7bf4a12446f617dd898e4 (diff) | |
download | freebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.tar.gz freebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.tar.zst freebsd-ports-gnome-2a05de3b65a4188e8320e2c3f89afd000f2e6dc1.zip |
- Support STAGEDIR
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/agedu/Makefile | 5 |
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 |