svn commit: r337547 - head/archivers/ucl

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 16:24:05 UTC 2013


Author: bapt
Date: Thu Dec 26 16:24:05 2013
New Revision: 337547
URL: http://svnweb.freebsd.org/changeset/ports/337547

Log:
  Support stage

Modified:
  head/archivers/ucl/Makefile

Modified: head/archivers/ucl/Makefile
==============================================================================
--- head/archivers/ucl/Makefile	Thu Dec 26 16:19:08 2013	(r337546)
+++ head/archivers/ucl/Makefile	Thu Dec 26 16:24:05 2013	(r337547)
@@ -12,7 +12,6 @@ COMMENT=	Data compression library with l
 
 LICENSE=	GPLv2
 
-NO_STAGE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -21,10 +20,8 @@ CONFIGURE_ARGS=	--enable-shared
 PORTDOCS=	AUTHORS NEWS README THANKS TODO
 
 post-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA}	${PORTDOCS} ${DOCSDIR}
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA}	${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list