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/padauk/Makefile | |
parent | f0d1c93f67019d7e8c46eaf26502e7daf5693df0 (diff) | |
download | ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.tar.gz ports-8370206e3b269db1256cd3ad8c518e2574eaaa63.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts)
Notes
Notes:
svn path=/head/; revision=327781
Diffstat (limited to 'x11-fonts/padauk/Makefile')
-rw-r--r-- | x11-fonts/padauk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/padauk/Makefile b/x11-fonts/padauk/Makefile index 48c9bccd09c1..0e6b14d67dd2 100644 --- a/x11-fonts/padauk/Makefile +++ b/x11-fonts/padauk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: padauk -# Date created: July 30 2010 -# Whom: Kuan-Chung Chiu <buganini@gmail.com> -# +# Created by: Kuan-Chung Chiu <buganini@gmail.com> # $FreeBSD$ -# PORTNAME= padauk PORTVERSION= 2.8 @@ -23,6 +19,7 @@ USE_ZIP= yes FONTSDIR= lib/X11/fonts/Myanmar PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/${FONTSDIR} |