diff options
Diffstat (limited to 'mail/bbmail')
-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 |