svn commit: r341019 - in branches/2014Q1/mail/bbmail: . files
Martin Wilke
miwi at FreeBSD.org
Sat Jan 25 12:58:08 UTC 2014
Author: miwi
Date: Sat Jan 25 12:58:08 2014
New Revision: 341019
URL: http://svnweb.freebsd.org/changeset/ports/341019
QAT: https://qat.redports.org/buildarchive/r341019/
Log:
MFH: r340256
- Fix build
- Add License
PR: 185335
Submitted by: ports fury
Added:
branches/2014Q1/mail/bbmail/files/
- copied from r340256, head/mail/bbmail/files/
Modified:
branches/2014Q1/mail/bbmail/Makefile (contents, props changed)
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/mail/bbmail/Makefile
==============================================================================
--- branches/2014Q1/mail/bbmail/Makefile Sat Jan 25 12:57:41 2014 (r341018)
+++ branches/2014Q1/mail/bbmail/Makefile Sat Jan 25 12:58:08 2014 (r341019)
@@ -7,7 +7,9 @@ CATEGORIES= mail
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A tool intended for Blackbox that checks for new mail
+COMMENT= Tool intended for Blackbox that checks for new mail
+
+LICENSE= GPLv2 # (or later)
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox
@@ -15,12 +17,7 @@ USES= pkgconfig
USE_XORG= xext
GNU_CONFIGURE= yes
-MAN1= bbmail.1
-PLIST_FILES= bin/bbmail share/bbtools/bbmail.rc
-
-NO_STAGE= yes
-post-install:
- @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
- >> ${TMPPLIST}
+PLIST_FILES= bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
+PLIST_DIRSTRY= share/bbtools
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list