svn commit: r335899 - head/misc/lc

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Dec 8 14:58:34 UTC 2013


Author: danilo
Date: Sun Dec  8 14:58:34 2013
New Revision: 335899
URL: http://svnweb.freebsd.org/changeset/ports/335899

Log:
  - Add stage support

Modified:
  head/misc/lc/Makefile

Modified: head/misc/lc/Makefile
==============================================================================
--- head/misc/lc/Makefile	Sun Dec  8 14:19:34 2013	(r335898)
+++ head/misc/lc/Makefile	Sun Dec  8 14:58:34 2013	(r335899)
@@ -9,12 +9,10 @@ MASTER_SITES=	http://www.generalconcepts
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Alternative to ls(1)
 
-MAN1=		lc.1
-PLIST_FILES=	bin/lc
+PLIST_FILES=	bin/lc man/man1/lc.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list