Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 16:16:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329909 - head/sysutils/agedu
Message-ID:  <201310091616.r99GGm93074883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091616.r99GGm93074883>