diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:21:20 +0800 |
commit | 4fc21e4689ef5b1310fa649ac9cd68f25eb078cd (patch) | |
tree | a83f9c61d0f1407763c818e3b12c03434ae8641a /french/hyphen | |
parent | 67f5f7650118b699f19d83ce5690dabca3f3af22 (diff) | |
download | freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.tar.gz freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.tar.zst freebsd-ports-gnome-4fc21e4689ef5b1310fa649ac9cd68f25eb078cd.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: french)
Diffstat (limited to 'french/hyphen')
-rw-r--r-- | french/hyphen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile index 81bcdd0da787..e5b854f6e4d0 100644 --- a/french/hyphen/Makefile +++ b/french/hyphen/Makefile @@ -22,6 +22,7 @@ FRALIASES= fr_FR fr_BE fr_CA fr_CH fr_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${DATADIR}/ |