diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-10 18:36:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-10 18:36:13 +0000 |
commit | aa9d6cbab3ed151c43abff1f177c0b1b32e538cc (patch) | |
tree | ddd0d36921e574e92c77895d70a124df48da1aa8 /mail/bbmail/Makefile | |
parent | 977d09429b9f07f7d216f29c5d7f423b8cf8bd16 (diff) | |
download | ports-aa9d6cbab3ed151c43abff1f177c0b1b32e538cc.tar.gz ports-aa9d6cbab3ed151c43abff1f177c0b1b32e538cc.zip |
Notes
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 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> |