diff options
author | krion <krion@FreeBSD.org> | 2004-08-10 18:36:13 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-10 18:36:13 +0000 |
commit | 9d0c9e2adc1b8ae470ca678ac468d141e2acd713 (patch) | |
tree | 84545ca43255a0071457a4323f9ad4e1a776a81c /mail/bbmail/Makefile | |
parent | cf0bb57aaed6415e8121c01ce39dbd95662339c1 (diff) | |
download | FreeBSD-ports-9d0c9e2adc1b8ae470ca678ac468d141e2acd713.zip FreeBSD-ports-9d0c9e2adc1b8ae470ca678ac468d141e2acd713.tar.gz |
Update MASTER_SITES and WWW: line
Support PLIST_FILES
PR: ports/70263
Submitted by: Ports Fury
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index a56e20e..b59e7a3 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> |