diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-01-15 18:54:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-01-15 18:54:44 +0800 |
commit | 2f82a5679295c23b1cbb950de27c2fdb433ca0ba (patch) | |
tree | 0cc7e6fbf3dbd194113a7a31a68f2373c554fc71 /x11-toolkits/gnustep-art | |
parent | 821dab4b8dfc5725152b9e00f2bc05d7366b4c4e (diff) | |
download | freebsd-ports-gnome-2f82a5679295c23b1cbb950de27c2fdb433ca0ba.tar.gz freebsd-ports-gnome-2f82a5679295c23b1cbb950de27c2fdb433ca0ba.tar.zst freebsd-ports-gnome-2f82a5679295c23b1cbb950de27c2fdb433ca0ba.zip |
- make portlint happier
Diffstat (limited to 'x11-toolkits/gnustep-art')
-rw-r--r-- | x11-toolkits/gnustep-art/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-art/Makefile b/x11-toolkits/gnustep-art/Makefile index 3588c62e67ba..80e1403b6a87 100644 --- a/x11-toolkits/gnustep-art/Makefile +++ b/x11-toolkits/gnustep-art/Makefile @@ -10,7 +10,7 @@ CATEGORIES= x11-toolkits MAINTAINER= dinoex@FreeBSD.org WITH_GNUSTEP_LIBART= yes -MASTERDIR?= ${.CURDIR}/../gnustep-back +MASTERDIR= ${.CURDIR}/../gnustep-back .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |