diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
commit | bda0731e15b488d4471a84dbcaf761830ec6f6d5 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/baekmukfonts-ttf | |
parent | d504b9331c770aa06bf37defab28eb4df185c89c (diff) | |
download | freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.gz freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.zst freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Diffstat (limited to 'korean/baekmukfonts-ttf')
-rw-r--r-- | korean/baekmukfonts-ttf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/baekmukfonts-ttf/Makefile b/korean/baekmukfonts-ttf/Makefile index b875e4b6e03f..07458bbed0ae 100644 --- a/korean/baekmukfonts-ttf/Makefile +++ b/korean/baekmukfonts-ttf/Makefile @@ -20,6 +20,7 @@ FONTNAME= baekmuk FONTSDIR= lib/X11/fonts/${FONTNAME}${PKGNAMESUFFIX} PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/${FONTSDIR} |