aboutsummaryrefslogtreecommitdiff
path: root/news/nnap
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2004-06-18 14:15:12 +0000
committerMichael Landin <mich@FreeBSD.org>2004-06-18 14:15:12 +0000
commitf5e119447acbfcd694aeb922572b9a78525f9862 (patch)
tree2786a6dd9d4dbaf67796074fe61858ad599d0585 /news/nnap
parentd373ae6805bf617cc824b37d9793991b43a7312e (diff)
downloadports-f5e119447acbfcd694aeb922572b9a78525f9862.tar.gz
ports-f5e119447acbfcd694aeb922572b9a78525f9862.zip
Update to version 1.1
- Removed debug code Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=111723
Diffstat (limited to 'news/nnap')
-rw-r--r--news/nnap/Makefile8
-rw-r--r--news/nnap/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/news/nnap/Makefile b/news/nnap/Makefile
index 36d3c50d4b4a..c165423798ed 100644
--- a/news/nnap/Makefile
+++ b/news/nnap/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME= nnap
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= news
MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
-DISTNAME= nnap
+DISTNAME= nnap-1_1
EXTRACT_SUFX= .c
MAINTAINER= lasse@freebsdcluster.org
@@ -24,9 +24,9 @@ do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-build:
- (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
+ (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${DISTNAME}.c)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
.include <bsd.port.mk>
diff --git a/news/nnap/distinfo b/news/nnap/distinfo
index 8611213c5e22..22cbf496e3bf 100644
--- a/news/nnap/distinfo
+++ b/news/nnap/distinfo
@@ -1,2 +1,2 @@
-MD5 (nnap.c) = ea48d42df822cdcc566549638681f4e4
-SIZE (nnap.c) = 9605
+MD5 (nnap-1_1.c) = bbab017a6f2890e20874b5b0342202c8
+SIZE (nnap.c) = 9438