summaryrefslogtreecommitdiffstats
path: root/news/nnap
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2004-06-18 14:15:12 +0000
committermich <mich@FreeBSD.org>2004-06-18 14:15:12 +0000
commitab3430ca974d008f79f0db859d929fd9dbc5a208 (patch)
tree9f1d9c7d29b625dfe63f0a84a6b39ffb87ef9ef1 /news/nnap
parent1e35ef18fcc32deaffa86896fc6814163829f224 (diff)
downloadFreeBSD-ports-ab3430ca974d008f79f0db859d929fd9dbc5a208.zip
FreeBSD-ports-ab3430ca974d008f79f0db859d929fd9dbc5a208.tar.gz
Update to version 1.1
- Removed debug code Submitted by: maintainer
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 36d3c50..c165423 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 8611213..22cbf49 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
OpenPOWER on IntegriCloud