diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-06-29 11:59:30 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-06-29 11:59:30 +0000 |
commit | e2b6a66592fbb376a2c30e7737fbdad2eb680ff0 (patch) | |
tree | 077a5f586a0bb4243ea049790cbc8c4f16492d8c | |
parent | Remove patch that isn't necessary anymore. This should fix build on -current. (diff) |
Oops, for some reason there was a reference to pkg-message, which doesn't exist.
Notes
Notes:
svn path=/head/; revision=44554
-rw-r--r-- | devel/gnustep-make/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index d2afed001181..73b6d2f0f60a 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -46,6 +46,5 @@ post-install: ${SED} -e "s/\(objc_threaded:=\)/\1 ${PTHREAD_LIBS}/" \ < ${WRKSRC}/config.make \ > ${PREFIX}/System/Makefiles/${GNU_ARCH}/${OPSYS:L}/config.make - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |