From ab3430ca974d008f79f0db859d929fd9dbc5a208 Mon Sep 17 00:00:00 2001 From: mich Date: Fri, 18 Jun 2004 14:15:12 +0000 Subject: Update to version 1.1 - Removed debug code Submitted by: maintainer --- news/nnap/Makefile | 8 ++++---- news/nnap/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'news/nnap') diff --git a/news/nnap/Makefile b/news/nnap/Makefile index 36d3c50d4b4..c165423798e 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 diff --git a/news/nnap/distinfo b/news/nnap/distinfo index 8611213c5e2..22cbf496e3b 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 -- cgit