aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-03-16 09:06:12 +0000
committerRene Ladan <rene@FreeBSD.org>2011-03-16 09:06:12 +0000
commit7d9288816ecb88555d7ae4a039cbc59cc6f0d04b (patch)
treeb667bf502602315450893249f4731d4364e4a2e6
parent9743ef8e08273230a69967573319b449f803b586 (diff)
downloadports-7d9288816ecb88555d7ae4a039cbc59cc6f0d04b.tar.gz
ports-7d9288816ecb88555d7ae4a039cbc59cc6f0d04b.zip
Fix removal of pkg-message.in in Makefile
Notes
Notes: svn path=/head/; revision=271011
-rw-r--r--lang/nbc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile
index f322d85833f0..047bdc76de1b 100644
--- a/lang/nbc/Makefile
+++ b/lang/nbc/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: nbcx
+# New ports collection makefile for: nbc
# Date created: 4 April 2007
# Whom: Ivan "Rambius" Ivanov <rambiusparkisanius@gmail.com>
# Jason Bacon <jwbacon@tds.net>
@@ -35,7 +35,6 @@ USE_GMAKE= yes
USE_DOS2UNIX= yes
USE_FPC= fcl-base fcl-image
-SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/NXT
PLIST_FILES= bin/nbc \
@@ -63,7 +62,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/doc/Readme ${DOCSDIR}
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>