svn commit: r343014 - head/science/epte

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 10:41:39 UTC 2014


Author: miwi
Date: Thu Feb  6 10:41:38 2014
New Revision: 343014
URL: http://svnweb.freebsd.org/changeset/ports/343014
QAT: https://qat.redports.org/buildarchive/r343014/

Log:
  - Stage support

Modified:
  head/science/epte/Makefile

Modified: head/science/epte/Makefile
==============================================================================
--- head/science/epte/Makefile	Thu Feb  6 10:41:26 2014	(r343013)
+++ head/science/epte/Makefile	Thu Feb  6 10:41:38 2014	(r343014)
@@ -12,17 +12,16 @@ COMMENT=	Electronic Periodic Table of th
 MAKEFILE=	makefile
 ALL_TARGET=	${PORTNAME}
 
-MAN1=		epte.1
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-PLIST_FILES=	bin/epte
+PLIST_FILES=	bin/epte \
+		man/man1/epte.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/epte ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/epte.1 ${MANPREFIX}/man/man1
+	@${INSTALL_PROGRAM} ${WRKSRC}/epte ${STAGEDIR}${PREFIX}/bin
+	@${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list