diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:43:02 +0800 |
commit | 46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c (patch) | |
tree | 0f7879dfe3697c318a62075b9620cfb651ff6117 /hungarian/mythes/Makefile | |
parent | 33b871a9c845835374d0a594348ddf8da0551d74 (diff) | |
download | freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.gz freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.tar.zst freebsd-ports-gnome-46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian)
Diffstat (limited to 'hungarian/mythes/Makefile')
-rw-r--r-- | hungarian/mythes/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile index d81fa2d1ecd9..ab308744616a 100644 --- a/hungarian/mythes/Makefile +++ b/hungarian/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= 2003.09.29 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ %%DATADIR%%/th_hu_HU.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/ |