aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-04-07 17:05:45 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-04-07 17:05:45 +0000
commit3814ccdf455c9349fa26ee7524a25fb5b26bc351 (patch)
tree53d81b64c100d5f509b66fd38b66268311ca58d4 /textproc/diffstat
parent14e9bebdb2f8799f0532ef17bfb1ffb53e77b32d (diff)
downloadports-3814ccdf455c9349fa26ee7524a25fb5b26bc351.tar.gz
ports-3814ccdf455c9349fa26ee7524a25fb5b26bc351.zip
Notes
Diffstat (limited to 'textproc/diffstat')
-rw-r--r--textproc/diffstat/Makefile12
-rw-r--r--textproc/diffstat/distinfo4
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile
index cd8da18d185c..a85cc0d9a96a 100644
--- a/textproc/diffstat/Makefile
+++ b/textproc/diffstat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= diffstat
-PORTVERSION= 1.33
+PORTVERSION= 1.34
CATEGORIES= textproc devel
MASTER_SITES= ftp://dickey.his.com/diffstat/
EXTRACT_SUFX= .tgz
@@ -15,10 +15,14 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= Makes a histogram summarizing "diff" output
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-MAKEFILE= makefile
-GNU_CONFIGURE= yes
-
MAN1= diffstat.1
PLIST_FILES= bin/diffstat
+do-build:
+ cd ${WRKSRC}; ${CC} ${CFLAGS} -DHAVE_STDLIB_H -o diffstat diffstat.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/diffstat ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
+
.include <bsd.port.mk>
diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo
index 896a409452b6..85772efa4c0b 100644
--- a/textproc/diffstat/distinfo
+++ b/textproc/diffstat/distinfo
@@ -1,2 +1,2 @@
-MD5 (diffstat-1.33.tgz) = bd719509b85b37e48e359c3e1e1c7222
-SIZE (diffstat-1.33.tgz) = 56407
+MD5 (diffstat-1.34.tgz) = 8cf39406d471722499b4d9dacdf367f5
+SIZE (diffstat-1.34.tgz) = 58633