diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 08:16:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 08:16:30 +0000 |
commit | 1a4bb222f51178a0b49da79a9e70aed3793f2e8a (patch) | |
tree | 6936ba7726ff9d74d58448f62424eeabe7e1c830 /lang | |
parent | 46f7c8045967ade484a7df02241076c8d9fc4754 (diff) | |
download | ports-1a4bb222f51178a0b49da79a9e70aed3793f2e8a.tar.gz ports-1a4bb222f51178a0b49da79a9e70aed3793f2e8a.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 25ac0d7b867f..d22372368c6b 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -52,7 +52,7 @@ INSTALL_APPS= SSL CONFIGURE_ARGS+= --enable-fake-main .endif -PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} +PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch .include <bsd.port.pre.mk> |