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