diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-05-13 12:03:48 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-05-13 12:03:48 +0800 |
commit | a2ac16065d16042d0a43e3b6b7161dc597854075 (patch) | |
tree | fc49941223df52e32f8bbc3dc99e6156f901a48a | |
parent | b9270873846ba42cacdf48071eeccb90f76b99b4 (diff) | |
download | freebsd-ports-gnome-a2ac16065d16042d0a43e3b6b7161dc597854075.tar.gz freebsd-ports-gnome-a2ac16065d16042d0a43e3b6b7161dc597854075.tar.zst freebsd-ports-gnome-a2ac16065d16042d0a43e3b6b7161dc597854075.zip |
PR: 48458
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reroll source file and also remove a patch.
-rw-r--r-- | www/mgstat/Makefile | 3 | ||||
-rw-r--r-- | www/mgstat/distinfo | 2 | ||||
-rw-r--r-- | www/mgstat/files/patch-aa | 11 |
3 files changed, 2 insertions, 14 deletions
diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile index a679e4bf1070..ac789231ff7f 100644 --- a/www/mgstat/Makefile +++ b/www/mgstat/Makefile @@ -15,8 +15,7 @@ COMMENT= Produce graphs from mod_gzip log files LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +GNU_CONFIGURE= yes MGDOCDIR= ${PREFIX}/share/doc/mgstat diff --git a/www/mgstat/distinfo b/www/mgstat/distinfo index 8d47ddf891ca..67a07eedc868 100644 --- a/www/mgstat/distinfo +++ b/www/mgstat/distinfo @@ -1 +1 @@ -MD5 (mgstat-0.11.tar.gz) = 06d89bc0df6987da0bbdde8bba47b996 +MD5 (mgstat-0.11.tar.gz) = f2895ceac013dff12b061457ec841967 diff --git a/www/mgstat/files/patch-aa b/www/mgstat/files/patch-aa deleted file mode 100644 index cdcf256ec183..000000000000 --- a/www/mgstat/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri May 11 15:21:02 2001 -+++ Makefile.in Sun Apr 1 20:56:31 2001 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - --bindir = /usr/bin -+bindir = @bindir@ - sbindir = @sbindir@ - libexecdir = @libexecdir@ - datadir = @datadir@ |