svn commit: r343952 - head/editors/ssam

Antoine Brodin antoine at FreeBSD.org
Wed Feb 12 18:52:03 UTC 2014


Author: antoine
Date: Wed Feb 12 18:52:02 2014
New Revision: 343952
URL: http://svnweb.freebsd.org/changeset/ports/343952
QAT: https://qat.redports.org/buildarchive/r343952/

Log:
  Stage support

Modified:
  head/editors/ssam/Makefile

Modified: head/editors/ssam/Makefile
==============================================================================
--- head/editors/ssam/Makefile	Wed Feb 12 18:48:25 2014	(r343951)
+++ head/editors/ssam/Makefile	Wed Feb 12 18:52:02 2014	(r343952)
@@ -14,13 +14,10 @@ BUILD_DEPENDS=	${LOCALBASE}/include/ure.
 GNU_CONFIGURE=	YES
 ALL_TARGET=	ssam
 
-PLIST_FILES=	bin/ssam
+PLIST_FILES=	bin/ssam man/man1/ssam.1.gz
 
-MAN1=	ssam.1
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ssam ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/ssam.1 ${MANPREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/ssam ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/ssam.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list