diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-01-28 06:44:13 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-01-28 06:44:13 +0800 |
commit | 7878bc26d1ee301994674dce909d2c3717d66101 (patch) | |
tree | 7310d68a6e0d4a721eb05dda2487e9b8eb837269 /www/sitecopy | |
parent | de7c0a5e98d908cd132a44888b0e80f154437999 (diff) | |
download | freebsd-ports-gnome-7878bc26d1ee301994674dce909d2c3717d66101.tar.gz freebsd-ports-gnome-7878bc26d1ee301994674dce909d2c3717d66101.tar.zst freebsd-ports-gnome-7878bc26d1ee301994674dce909d2c3717d66101.zip |
Update port to version 0.11.4.
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 2 | ||||
-rw-r--r-- | www/sitecopy/distinfo | 2 | ||||
-rw-r--r-- | www/sitecopy/files/patch-Makefile.in | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index c1ac3f06b2ed..21dd6f8bdd59 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sitecopy -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.4 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo index 10bcaeea9606..3edd5480260a 100644 --- a/www/sitecopy/distinfo +++ b/www/sitecopy/distinfo @@ -1 +1 @@ -MD5 (sitecopy-0.11.2.tar.gz) = b1f7fefd786b5cef3f9a1b3f4f16c3f1 +MD5 (sitecopy-0.11.4.tar.gz) = 2c46e70f64825903119154f24963f209 diff --git a/www/sitecopy/files/patch-Makefile.in b/www/sitecopy/files/patch-Makefile.in index 5ec3bc236ee5..c4c0ddad2ae6 100644 --- a/www/sitecopy/files/patch-Makefile.in +++ b/www/sitecopy/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sun Jan 6 10:28:49 2002 -+++ Makefile.in Sun Jan 6 10:31:22 2002 -@@ -18,7 +18,7 @@ - datadir = $(prefix)/@DATADIRNAME@ - # Previously I had: - # datadir = @datadir@/sitecopy +--- Makefile.in.orig Sun Jan 27 23:37:40 2002 ++++ Makefile.in Sun Jan 27 23:37:45 2002 +@@ -15,7 +15,7 @@ + bindir = @bindir@ + mandir = @mandir@ + man1dir = $(mandir)/man1 -docdir = $(prefix)/doc/sitecopy +docdir = $(prefix)/share/doc/sitecopy localedir = $(datadir)/locale - sc_datadir = $(datadir)/sitecopy - + datadir = @datadir@ + pkgdatadir = $(datadir)/@PACKAGE@ |