aboutsummaryrefslogtreecommitdiff
path: root/textproc/popup-stacks
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:14:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 09:14:05 +0000
commit086013074b9e234bec72ca5c4ec6414eb036f6ac (patch)
tree9685117157a7d8d01774e8dec59c70c773f6ee29 /textproc/popup-stacks
parent5bf588307fb44f7222c266fb138391a62dcd2182 (diff)
downloadports-086013074b9e234bec72ca5c4ec6414eb036f6ac.tar.gz
ports-086013074b9e234bec72ca5c4ec6414eb036f6ac.zip
Notes
Diffstat (limited to 'textproc/popup-stacks')
-rw-r--r--textproc/popup-stacks/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/popup-stacks/Makefile b/textproc/popup-stacks/Makefile
index b0634c215070..1dcf1e448548 100644
--- a/textproc/popup-stacks/Makefile
+++ b/textproc/popup-stacks/Makefile
@@ -14,15 +14,13 @@ COMMENT= Stacks for use with Popup
LICENSE= GPLv2
NO_BUILD= yes
-
WRKSRC= ${WRKDIR}
STACKS= English-German.cstack German-French.cstack
-PLIST_DIRS= share/examples/popup
+PLIST_DIRS= ${EXAMPLESDIR}
.for i in ${STACKS}
-PLIST_FILES+= share/examples/popup/${i}
+PLIST_FILES+= ${EXAMPLESDIR}/${i}
.endfor
-NO_STAGE= yes
do-extract:
${MKDIR} ${WRKDIR}
.for i in ${DISTFILES}
@@ -31,7 +29,7 @@ do-extract:
.endfor
do-install:
- ${MKDIR} ${EXAMPLESDIR}
- (cd ${WRKDIR} && ${INSTALL_DATA} ${STACKS} ${EXAMPLESDIR}/)
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKDIR} && ${INSTALL_DATA} ${STACKS} ${STAGEDIR}${EXAMPLESDIR}/)
.include <bsd.port.mk>