diff options
author | krion <krion@FreeBSD.org> | 2004-08-11 02:36:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-11 02:36:13 +0800 |
commit | 9d0c9e2adc1b8ae470ca678ac468d141e2acd713 (patch) | |
tree | 84545ca43255a0071457a4323f9ad4e1a776a81c /mail | |
parent | cf0bb57aaed6415e8121c01ce39dbd95662339c1 (diff) | |
download | freebsd-ports-gnome-9d0c9e2adc1b8ae470ca678ac468d141e2acd713.tar.gz freebsd-ports-gnome-9d0c9e2adc1b8ae470ca678ac468d141e2acd713.tar.zst freebsd-ports-gnome-9d0c9e2adc1b8ae470ca678ac468d141e2acd713.zip |
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70263
Submitted by: Ports Fury
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bbmail/Makefile | 11 | ||||
-rw-r--r-- | mail/bbmail/pkg-descr | 2 | ||||
-rw-r--r-- | mail/bbmail/pkg-plist | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index a56e20eeb2d3..b59e7a320d30 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -8,16 +8,21 @@ PORTNAME= bbmail PORTVERSION= 0.8.3 CATEGORIES= mail -MASTER_SITES= http://easynews.dl.sourceforge.net/sourceforge/bbtools/ \ - http://bbtools.thelinuxcommunity.org/sources/ \ - http://www.esperance-linux.co.uk/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bbtools MAINTAINER= ports@FreeBSD.org COMMENT= A tool intended for Blackbox that checks for new mail USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bbmail.1 +PLIST_FILES= bin/bbmail share/bbtools/bbmail.bb + +post-install: + @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ + >> ${TMPPLIST} .include <bsd.port.mk> diff --git a/mail/bbmail/pkg-descr b/mail/bbmail/pkg-descr index 0b8b94e7caf7..89eaaaae1246 100644 --- a/mail/bbmail/pkg-descr +++ b/mail/bbmail/pkg-descr @@ -2,4 +2,4 @@ A tool that displays the status of your mailbox/maildir and notifies you when new mail has arrived. It was designed to be used with the Blackbox window manager but should work with any window manager. -WWW: http://bbtools.thelinuxcommunity.org/ +WWW: http://bbtools.sourceforge.net/ diff --git a/mail/bbmail/pkg-plist b/mail/bbmail/pkg-plist deleted file mode 100644 index 63420461bc3d..000000000000 --- a/mail/bbmail/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/bbmail -share/bbtools/bbmail.bb -@dirrm share/bbtools |