diff options
author | pat <pat@FreeBSD.org> | 2002-05-27 07:51:32 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-27 07:51:32 +0800 |
commit | 035fcb102078ac475d689a5b7546f77e4f8082cf (patch) | |
tree | 1ecc47a5b410872d296ed1b356bb24e041cceee9 | |
parent | 8b7e88ecf22faae2f4d846dd8e2087c04f0db40d (diff) | |
download | freebsd-ports-gnome-035fcb102078ac475d689a5b7546f77e4f8082cf.tar.gz freebsd-ports-gnome-035fcb102078ac475d689a5b7546f77e4f8082cf.tar.zst freebsd-ports-gnome-035fcb102078ac475d689a5b7546f77e4f8082cf.zip |
Update to 0.8
-rw-r--r-- | mail/wmmultipop3/Makefile | 2 | ||||
-rw-r--r-- | mail/wmmultipop3/distinfo | 2 | ||||
-rw-r--r-- | mail/wmmultipop3/files/patch-Makefile | 15 |
3 files changed, 8 insertions, 11 deletions
diff --git a/mail/wmmultipop3/Makefile b/mail/wmmultipop3/Makefile index 97a07ede8537..4554a24de631 100644 --- a/mail/wmmultipop3/Makefile +++ b/mail/wmmultipop3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmmultipop3 -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= mail windowmaker MASTER_SITES= http://sumpan.campus.luth.se/software/wmmultipop3/ DISTNAME= wmMultiPop3-${PORTVERSION} diff --git a/mail/wmmultipop3/distinfo b/mail/wmmultipop3/distinfo index 220018f138a1..49ef94676c90 100644 --- a/mail/wmmultipop3/distinfo +++ b/mail/wmmultipop3/distinfo @@ -1 +1 @@ -MD5 (wmMultiPop3-0.7.tar.gz) = e7464e5939a856beff42fd7f414daa34 +MD5 (wmMultiPop3-0.8.tar.gz) = 23f9351e7c0cabf2aa18f405a2e9b8fd diff --git a/mail/wmmultipop3/files/patch-Makefile b/mail/wmmultipop3/files/patch-Makefile index c4495ee42b11..17755b69151f 100644 --- a/mail/wmmultipop3/files/patch-Makefile +++ b/mail/wmmultipop3/files/patch-Makefile @@ -1,6 +1,6 @@ ---- wmmultipop3/Makefile.orig Sat Sep 22 11:29:50 2001 -+++ wmmultipop3/Makefile Fri Sep 28 16:36:39 2001 -@@ -1,16 +1,15 @@ +--- wmmultipop3/Makefile.orig Sun May 26 13:43:33 2002 ++++ wmmultipop3/Makefile Sun May 26 19:40:43 2002 +@@ -1,14 +1,13 @@ -LIBDIR = -L/usr/X11R6/lib +LIBDIR = -L${X11BASE}/lib LIBS = -lXpm -lXext -lX11 @@ -10,14 +10,11 @@ .c.o: - cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o -+ $(CC) -I${X11BASE}/include -c $< -o $*.o ++ $(CC) -I${X11BASE}/include $(CFLAGS) -c -Wall $< -o $*.o wmmultipop3: $(OBJS) - cc $(FLAGS) -o wmmultipop3 $^ -lXext $(LIBDIR) $(LIBS) -+ $(CC) -o wmmultipop3 $^ $(LIBDIR) $(LIBS) ++ $(CC) $(CFLAGS) -o wmmultipop3 $^ -lXext $(LIBDIR) $(LIBS) --all:: wmpop3 -+all:: wmmultipop3 + all:: wmmultipop3 - clean:: - for i in $(OBJS) ; do \ |