diff options
-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> |