diff options
author | pat <pat@FreeBSD.org> | 2002-07-15 23:24:21 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-15 23:24:21 +0800 |
commit | 9bbd99a54b980a31068b429c758085c0aa9709fa (patch) | |
tree | 1a849a53417c0dcd4157faee85163d3560f87223 | |
parent | fa20bd616d5b3a24b98cf519966adb4a0bc2b60a (diff) | |
download | freebsd-ports-gnome-9bbd99a54b980a31068b429c758085c0aa9709fa.tar.gz freebsd-ports-gnome-9bbd99a54b980a31068b429c758085c0aa9709fa.tar.zst freebsd-ports-gnome-9bbd99a54b980a31068b429c758085c0aa9709fa.zip |
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
-rw-r--r-- | mail/wmmultipop3/Makefile | 5 | ||||
-rw-r--r-- | mail/wmmultipop3/files/patch-Makefile | 4 | ||||
-rw-r--r-- | mail/wmmultipop3/pkg-descr | 2 | ||||
-rw-r--r-- | mail/wmmultipop3/pkg-message | 2 |
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 ------------------------------------------------------------------ - |