diff options
author | rene <rene@FreeBSD.org> | 2011-03-16 04:20:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-03-16 04:20:10 +0800 |
commit | 182f492f69cef177bb64e1a32d8577300e02d6b0 (patch) | |
tree | 5ce379d46f54551f1c42ad5519382e0c09c26e18 /lang | |
parent | 1580e8d417e40c997dd1337807c0c557378276e7 (diff) | |
download | freebsd-ports-gnome-182f492f69cef177bb64e1a32d8577300e02d6b0.tar.gz freebsd-ports-gnome-182f492f69cef177bb64e1a32d8577300e02d6b0.tar.zst freebsd-ports-gnome-182f492f69cef177bb64e1a32d8577300e02d6b0.zip |
- Update to 1.2.1.r4
- Remove not-so-useful pkg-message
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nbc/Makefile | 8 | ||||
-rw-r--r-- | lang/nbc/distinfo | 5 | ||||
-rw-r--r-- | lang/nbc/files/pkg-message.in | 6 |
3 files changed, 6 insertions, 13 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 9150079e3d29..f322d85833f0 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nbc -PORTVERSION= 1.2.1.r3 -PORTREVISION= 2 +PORTVERSION= 1.2.1.r4 CATEGORIES= lang MASTER_SITES= SF MASTER_SITE_SUBDIR= bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} @@ -18,6 +17,7 @@ MAINTAINER= rene@FreeBSD.org COMMENT= NBC is a programming language for the LEGO MINDSTORMS NXT product MAKE_JOBS_UNSAFE= yes +MAKEFILE= nbcunix.mak OPTIONS= ROBOCTL "Include roboctl to communicate with the NXT" off @@ -50,8 +50,8 @@ PORTDOCS= Changelog \ .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/${MAKEFILE} do-install: ${MKDIR} ${PREFIX}/include/nbc diff --git a/lang/nbc/distinfo b/lang/nbc/distinfo index 8b7d832720b5..cee049749ee8 100644 --- a/lang/nbc/distinfo +++ b/lang/nbc/distinfo @@ -1,3 +1,2 @@ -MD5 (nbc-1.2.1.r3.src.tgz) = a640a5d74407ed976d6a1c565276bc6a -SHA256 (nbc-1.2.1.r3.src.tgz) = 6104ce4124c064332dab70c4c3bfd9d81254ff1f1ed49fbaf0fdbcfc39aa4ce8 -SIZE (nbc-1.2.1.r3.src.tgz) = 489047 +SHA256 (nbc-1.2.1.r4.src.tgz) = f87af7fbf3c2a0a988608c31933435066eb7e5ec79a7f12372c969eb196944c3 +SIZE (nbc-1.2.1.r4.src.tgz) = 688536 diff --git a/lang/nbc/files/pkg-message.in b/lang/nbc/files/pkg-message.in deleted file mode 100644 index ccf54a13ad69..000000000000 --- a/lang/nbc/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -############################################################################### - -1) Please visit http://bricxcc.sourceforge.net/nbc/ for documentation -2) Enjoy it ;) - -############################################################################### |