diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-07-02 03:16:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-07-02 03:16:27 +0800 |
commit | e356ff9b239ad8067c77c152903b278665658469 (patch) | |
tree | 6657080cba9e6bc08dd492eaa53e7c12edf23f79 | |
parent | 39a6b8fcef442c6c6502df3b4c1bc24687be9054 (diff) | |
download | freebsd-ports-graphics-e356ff9b239ad8067c77c152903b278665658469.tar.gz freebsd-ports-graphics-e356ff9b239ad8067c77c152903b278665658469.tar.zst freebsd-ports-graphics-e356ff9b239ad8067c77c152903b278665658469.zip |
- MASTERDIR changed to gd2
-rw-r--r-- | graphics/gd-nox11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd-nox11/Makefile b/graphics/gd-nox11/Makefile index c506a8cc9dd..00c7919a2c2 100644 --- a/graphics/gd-nox11/Makefile +++ b/graphics/gd-nox11/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -nox11 MAINTAINER= dinoex@FreeBSD.org WITHOUT_X11= yes -MASTERDIR?= ${.CURDIR}/../gd +MASTERDIR?= ${.CURDIR}/../gd2 .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |