diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:45:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 14:45:46 +0000 |
commit | c4b946243996bd53fda68188e773522e658013c4 (patch) | |
tree | 0b0e8f7595aa11d8a1f7e545edf7d83dcda4ea03 /korean/engdic | |
parent | a5a720a9c9d07333036f74ab0a2042eabd11f746 (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=345241
Diffstat (limited to 'korean/engdic')
-rw-r--r-- | korean/engdic/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index db6cd28815df..fffafb0e4eda 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -15,14 +15,13 @@ MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/edic bin/engdic PORTDATA= [a-z].dic.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/engdic.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/engdic ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/engdic ${PREFIX}/bin/edic - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/data/[a-z].dic.gz ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/engdic ${STAGEDIR}${PREFIX}/bin + ${LN} -sf ${PREFIX}/bin/engdic ${STAGEDIR}${PREFIX}/bin/edic + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/[a-z].dic.gz ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |