diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-27 16:03:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-27 16:03:12 +0000 |
commit | 43b052f6c0d68d5834b341f0acb3f4ce3075eec4 (patch) | |
tree | 61d478442a3bb252950daf00c34cd09afba3f9c3 | |
parent | d5ad0752401bedd814eb303a8b042623a3a4014d (diff) | |
download | ports-43b052f6c0d68d5834b341f0acb3f4ce3075eec4.tar.gz ports-43b052f6c0d68d5834b341f0acb3f4ce3075eec4.zip |
Notes
-rw-r--r-- | sysutils/and/Makefile | 2 | ||||
-rw-r--r-- | sysutils/and/distinfo | 2 | ||||
-rw-r--r-- | sysutils/and/files/patch-Makefile | 13 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index e574ff0c3db5..81548829a088 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -7,7 +7,7 @@ # PORTNAME= and -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/and/distinfo b/sysutils/and/distinfo index 49b61cfb182d..1aae9b767f0f 100644 --- a/sysutils/and/distinfo +++ b/sysutils/and/distinfo @@ -1 +1 @@ -MD5 (and-1.0.8.tar.gz) = 4bef92c5375d8c8bddb98aa7ec6d1b1d +MD5 (and-1.0.9.tar.gz) = 0489b469eb94be6c977056b308d3f375 diff --git a/sysutils/and/files/patch-Makefile b/sysutils/and/files/patch-Makefile index 674ceb6097c1..996596bab5c7 100644 --- a/sysutils/and/files/patch-Makefile +++ b/sysutils/and/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Jan 28 01:02:51 2002 -+++ Makefile Tue Dec 17 21:15:05 2002 -@@ -16,7 +16,7 @@ +--- Makefile.orig Sat Jul 12 21:00:47 2003 ++++ Makefile Sun Jul 27 17:59:49 2003 +@@ -16,13 +16,13 @@ # (and.init.debian for Debian GNU/Linux or and.init for others; # leave empty for BSD!) # @@ -9,6 +9,13 @@ # # Target directories. Examples for common configurations are + # given below. + # +-PREFIX=/usr/local ++#PREFIX=/usr/local + INSTALL_ETC=$(PREFIX)/etc + INSTALL_INITD=/etc/init.d + INSTALL_SBIN=$(PREFIX)/sbin @@ -30,10 +30,10 @@ # typical OpenBSD or FreeBSD configuration |