diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:34:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:34:42 +0800 |
commit | 85a83ee9ef219f3d2b624a71c7156260551df0f1 (patch) | |
tree | 1bd3f3447c4573b27260f7942ba5578c20782f40 /polish/mythes | |
parent | 292e895a11b25d3d4e8efed62ce419ef91a06970 (diff) | |
download | freebsd-ports-gnome-85a83ee9ef219f3d2b624a71c7156260551df0f1.tar.gz freebsd-ports-gnome-85a83ee9ef219f3d2b624a71c7156260551df0f1.tar.zst freebsd-ports-gnome-85a83ee9ef219f3d2b624a71c7156260551df0f1.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: polish)
Diffstat (limited to 'polish/mythes')
-rw-r--r-- | polish/mythes/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile index 743a488db5f4..e7ab7758a11b 100644 --- a/polish/mythes/Makefile +++ b/polish/mythes/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 1.5 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \ %%DATADIR%%/th_pl_PL_v2.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${DATADIR}/ |