From d03a1b398926958034d7da9959650ed0268737d9 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 26 Dec 2013 16:24:05 +0000 Subject: Support stage --- archivers/ucl/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'archivers') 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 -- cgit