diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:51:14 +0000 |
commit | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (patch) | |
tree | 114837d5e8aa98521f12237093ea2d2f0806ca9b /x11-fonts/sgifonts | |
parent | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (diff) | |
download | ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.tar.gz ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.zip |
Notes
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 44bc8d75bbcc..84fed16ccf5a 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 \ |