svn commit: r336006 - head/misc/felis

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Dec 9 16:48:31 UTC 2013


Author: danilo
Date: Mon Dec  9 16:48:30 2013
New Revision: 336006
URL: http://svnweb.freebsd.org/changeset/ports/336006

Log:
  - Add stage support

Modified:
  head/misc/felis/Makefile

Modified: head/misc/felis/Makefile
==============================================================================
--- head/misc/felis/Makefile	Mon Dec  9 16:46:41 2013	(r336005)
+++ head/misc/felis/Makefile	Mon Dec  9 16:48:30 2013	(r336006)
@@ -9,12 +9,10 @@ MASTER_SITES=	http://www.whizkidtech.red
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Displays one or more files as a single line of text
 
-MAN1=		felis.1
-PLIST_FILES=	bin/felis
+PLIST_FILES=	bin/felis man/man1/felis.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/felis.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list