summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 16:24:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 16:24:05 +0000
commit57839f85cbdb53bd5fd4245e78bbcf742b65bf5d (patch)
tree9584fc3f88334447bae1ff9b2d6cea8afa52275a /archivers
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=337547
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ucl/Makefile9
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>