diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 00:24:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 00:24:05 +0800 |
commit | d03a1b398926958034d7da9959650ed0268737d9 (patch) | |
tree | 9584fc3f88334447bae1ff9b2d6cea8afa52275a /archivers | |
parent | f1c20fe549908f3f8cb1d437d79ef6c7e0aab914 (diff) | |
download | freebsd-ports-gnome-d03a1b398926958034d7da9959650ed0268737d9.tar.gz freebsd-ports-gnome-d03a1b398926958034d7da9959650ed0268737d9.tar.zst freebsd-ports-gnome-d03a1b398926958034d7da9959650ed0268737d9.zip |
Support stage
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ucl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 86e125dc52f5..14833c27be2d 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -12,7 +12,6 @@ COMMENT= Data compression library with low memory usage 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> |