diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2014-06-09 22:24:27 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2014-06-09 22:24:27 +0000 |
commit | 776f0396f10f42914187daa064b1d311dbd31b6c (patch) | |
tree | 8a00c7cb42c93b7fc809762040e64b475ed7fe5e /ukrainian | |
parent | bcdd74d70fdaebb7f06ede58b6d46c57c4d31b28 (diff) | |
download | ports-776f0396f10f42914187daa064b1d311dbd31b6c.tar.gz ports-776f0396f10f42914187daa064b1d311dbd31b6c.zip |
Remove the NO_STAGE. This port is as stage-ready as graphics/gd.
Notes
Notes:
svn path=/head/; revision=357212
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/gd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ukrainian/gd/Makefile b/ukrainian/gd/Makefile index dc687b5d1c45..91ba7943b7e9 100644 --- a/ukrainian/gd/Makefile +++ b/ukrainian/gd/Makefile @@ -1,7 +1,7 @@ # Created by: mike@LITech.lviv.ua # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../../graphics/gd +MASTERDIR= ${.CURDIR:H:H}/graphics/gd CATEGORIES= ukrainian MAINTAINER= mi@aldan.algebra.com @@ -11,5 +11,4 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |