svn commit: r328240 - head/archivers/lcab

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 02:56:20 UTC 2013


Author: vanilla
Date: Wed Sep 25 02:56:20 2013
New Revision: 328240
URL: http://svnweb.freebsd.org/changeset/ports/328240

Log:
  Support stage.

Modified:
  head/archivers/lcab/Makefile

Modified: head/archivers/lcab/Makefile
==============================================================================
--- head/archivers/lcab/Makefile	Wed Sep 25 02:54:34 2013	(r328239)
+++ head/archivers/lcab/Makefile	Wed Sep 25 02:56:20 2013	(r328240)
@@ -11,11 +11,10 @@ COMMENT=	Microsoft .CABinet file creator
 
 LICENSE=	GPLv2
 
-NO_STAGE=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 PLIST_FILES=	bin/lcab
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lcab ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/lcab ${STAGEDIR}/${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list