svn commit: r329909 - head/sysutils/agedu

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 9 16:16:48 UTC 2013


Author: sunpoet
Date: Wed Oct  9 16:16:48 2013
New Revision: 329909
URL: http://svnweb.freebsd.org/changeset/ports/329909

Log:
  - Support STAGEDIR

Modified:
  head/sysutils/agedu/Makefile

Modified: head/sysutils/agedu/Makefile
==============================================================================
--- head/sysutils/agedu/Makefile	Wed Oct  9 16:08:13 2013	(r329908)
+++ head/sysutils/agedu/Makefile	Wed Oct  9 16:16:48 2013	(r329909)
@@ -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
 


More information about the svn-ports-head mailing list