diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:30:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:30:00 +0800 |
commit | 2012706cb95e488737909070df298912a9c68273 (patch) | |
tree | 19bc9b9ac2797b3584833a8988be56772582cfb3 /german/mythes | |
parent | faffae02bc71b2b2e555ae5243d2c9bd6b11da96 (diff) | |
download | freebsd-ports-gnome-2012706cb95e488737909070df298912a9c68273.tar.gz freebsd-ports-gnome-2012706cb95e488737909070df298912a9c68273.tar.zst freebsd-ports-gnome-2012706cb95e488737909070df298912a9c68273.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: german)
Diffstat (limited to 'german/mythes')
-rw-r--r-- | german/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 1eaf70e7889d..200d373b4e3c 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= mythes @@ -29,6 +28,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2.idx \ %%DATADIR%%/th_${ALIAS}_v2.dat .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${DATADIR}/ |