diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:51:14 +0800 |
commit | b47ac46abd811e3c8ee18c563e782daeb84aa918 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/sgifonts | |
parent | b9a3b13e4b43a2ea13779932760512046d251eb2 (diff) | |
download | freebsd-ports-graphics-b47ac46abd811e3c8ee18c563e782daeb84aa918.tar.gz freebsd-ports-graphics-b47ac46abd811e3c8ee18c563e782daeb84aa918.tar.zst freebsd-ports-graphics-b47ac46abd811e3c8ee18c563e782daeb84aa918.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts)
Diffstat (limited to 'x11-fonts/sgifonts')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 44bc8d75bbc..84fed16ccf5 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -25,6 +25,7 @@ EXTRACT_BEFORE_ARGS= -O -xf EXTRACT_AFTER_ARGS= sgi-fonts.tar.gz | ${TAR} -xf - WRKSRC= ${WRKDIR}/sgi-fonts +NO_STAGE= yes pre-install: @${RM} -f ${PLIST} @cd ${WRKSRC}; for ii in `${LS} *gz fonts.alias fonts.dir|${SORT}`; do \ |