diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-22 20:48:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-22 20:48:13 +0000 |
commit | 33396bfe3ef403636c537f1d62babf3b51065d6e (patch) | |
tree | ed75cac0b2dd6c2177c8586ca24f261efea46bb5 /archivers/ecm | |
parent | fad2f612fcfa9f70875260048e50067e1757c56e (diff) | |
download | freebsd-ports-33396bfe3ef403636c537f1d62babf3b51065d6e.zip |
Support staging
Diffstat (limited to 'archivers/ecm')
-rw-r--r-- | archivers/ecm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index d63634cffab0..3432e0de0ba5 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 CONFLICTS= gmp-ecm-[0-9]* -NO_STAGE= yes PLIST_FILES= bin/ecm bin/unecm PORTDOCS= format.txt @@ -24,12 +23,12 @@ OPTIONS_DEFINE= DOCS do-install: .for f in ${PORTNAME} un${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |