summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-15 15:24:21 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-15 15:24:21 +0000
commit4ba567343172aee344b545e6ffb963eff7f48508 (patch)
tree3c700ca2feb0c6f260e63fa413215f47b32dcedc
parentUpdate to 0.1.10 (diff)
Sync patch with one in OpenBSD port, remove dependency on gmake, update
project site, and remove extra spaces to make portlint happy. Submitted by: Jolan Luff <jolan@enteract.com> (openbsd port maintainer) Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=62990
-rw-r--r--mail/wmmultipop3/Makefile5
-rw-r--r--mail/wmmultipop3/files/patch-Makefile4
-rw-r--r--mail/wmmultipop3/pkg-descr2
-rw-r--r--mail/wmmultipop3/pkg-message2
4 files changed, 5 insertions, 8 deletions
diff --git a/mail/wmmultipop3/Makefile b/mail/wmmultipop3/Makefile
index 4554a24de631..b4f33a5352fc 100644
--- a/mail/wmmultipop3/Makefile
+++ b/mail/wmmultipop3/Makefile
@@ -8,7 +8,7 @@
PORTNAME= wmmultipop3
PORTVERSION= 0.8
CATEGORIES= mail windowmaker
-MASTER_SITES= http://sumpan.campus.luth.se/software/wmmultipop3/
+MASTER_SITES= http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/
DISTNAME= wmMultiPop3-${PORTVERSION}
MAINTAINER= pat@FreeBSD.org
@@ -16,9 +16,8 @@ MAINTAINER= pat@FreeBSD.org
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
-USE_GMAKE= yes
-DOC_FILES= ChangeLog INSTALL README
+DOC_FILES= ChangeLog INSTALL README
do-install:
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wmmultipop3 ${PREFIX}/bin
diff --git a/mail/wmmultipop3/files/patch-Makefile b/mail/wmmultipop3/files/patch-Makefile
index 17755b69151f..1c225fbf3492 100644
--- a/mail/wmmultipop3/files/patch-Makefile
+++ b/mail/wmmultipop3/files/patch-Makefile
@@ -10,11 +10,11 @@
.c.o:
- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
-+ $(CC) -I${X11BASE}/include $(CFLAGS) -c -Wall $< -o $*.o
++ ${CC} -I${X11BASE}/include ${CFLAGS} -c -Wall $< -o $@
wmmultipop3: $(OBJS)
- cc $(FLAGS) -o wmmultipop3 $^ -lXext $(LIBDIR) $(LIBS)
-+ $(CC) $(CFLAGS) -o wmmultipop3 $^ -lXext $(LIBDIR) $(LIBS)
++ ${CC} ${CFLAGS} -o wmmultipop3 ${OBJS} ${LIBDIR} ${LIBS}
all:: wmmultipop3
diff --git a/mail/wmmultipop3/pkg-descr b/mail/wmmultipop3/pkg-descr
index 7fdcb439f29b..96490d7e9fcf 100644
--- a/mail/wmmultipop3/pkg-descr
+++ b/mail/wmmultipop3/pkg-descr
@@ -2,5 +2,5 @@ wmMultiPop3 is a WindowMaker dockapp which checks one or more
pop3-accounts for new mail. It's based on wmPop3 written by Scott
Helden.
-WWW: http://sumpan.campus.luth.se/software/wmmultipop3/
+WWW: http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/
Author: Daniel Sundberg <dansun-8@student.luth.se>
diff --git a/mail/wmmultipop3/pkg-message b/mail/wmmultipop3/pkg-message
index 64fe52482e3c..28e53d657414 100644
--- a/mail/wmmultipop3/pkg-message
+++ b/mail/wmmultipop3/pkg-message
@@ -1,7 +1,5 @@
-
------------------------------------------------------------------
WARNING!!! - When you run wmmultipop3 and it automatically creates
.wmmultipop3rc in your home directory, make sure you set chmod 600
on that configuration file because passwords will be in plain text
------------------------------------------------------------------
-