diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-13 20:03:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-13 20:03:11 +0000 |
commit | f92b53ee8809c8d74e627f1d0ad15c8de7d8118d (patch) | |
tree | cffaafb5137893214843e050176590a5bcfa34b6 /mail | |
parent | da0d2f13a83b8bdefb65b4980f593ddd621abbaf (diff) | |
download | ports-f92b53ee8809c8d74e627f1d0ad15c8de7d8118d.tar.gz ports-f92b53ee8809c8d74e627f1d0ad15c8de7d8118d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pathalias/Makefile | 3 | ||||
-rw-r--r-- | mail/pathalias/distinfo | 2 | ||||
-rw-r--r-- | mail/pathalias/files/patch-Makefile | 24 |
3 files changed, 26 insertions, 3 deletions
diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile index 8737a65a9886..6390046a07ad 100644 --- a/mail/pathalias/Makefile +++ b/mail/pathalias/Makefile @@ -6,11 +6,10 @@ # PORTNAME= pathalias -PORTVERSION= 9.11 +PORTVERSION= 9.16 CATEGORIES= mail MASTER_SITES= ftp://ftp.lan-ks.de/pub/approved/ \ ftp://ftp.dinoex.de/pub/approved/ -DISTNAME= ${PORTNAME}11 EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/pathalias/distinfo b/mail/pathalias/distinfo index 30d5c8000df2..6c0a517af5bd 100644 --- a/mail/pathalias/distinfo +++ b/mail/pathalias/distinfo @@ -1 +1 @@ -MD5 (pathalias11.tar.Z) = 7f4114d1cee45cac1fc0ece4604cb04d +MD5 (pathalias-9.16.tar.Z) = a99933b1690923621ba36f7afc143220 diff --git a/mail/pathalias/files/patch-Makefile b/mail/pathalias/files/patch-Makefile new file mode 100644 index 000000000000..ce407c4ca838 --- /dev/null +++ b/mail/pathalias/files/patch-Makefile @@ -0,0 +1,24 @@ +--- Makefile.orig Wed Mar 3 22:16:31 1993 ++++ Makefile Mon Aug 13 21:56:35 2001 +@@ -5,7 +5,7 @@ + ### + # if you can't or don't intend to use dbm files, + # don't bother with DBM or makedb +-DBM = -ldbm ++# DBM = -ldbm + # or if you roll your own ... + # DBM = dbm.o + ### +@@ -18,9 +18,9 @@ + ### end of configuration section + + +-CC = cc +-CFLAGS = -O +-LDFLAGS = -s $(GETOPT) $(DBM) $(RESOLVER) ++CC?= cc ++CFLAGS+= -O ++LDFLAGS+= -s $(GETOPT) $(DBM) $(RESOLVER) + YFLAGS = -d + + OBJ = addlink.o addnode.o domain.o local.o main.o mapit.o mapaux.o mem.o parse.o printit.o |