svn commit: r372764 - in head/mail: . elm
Antoine Brodin
antoine at FreeBSD.org
Wed Nov 19 07:31:57 UTC 2014
Author: antoine
Date: Wed Nov 19 07:31:56 2014
New Revision: 372764
URL: https://svnweb.freebsd.org/changeset/ports/372764
QAT: https://qat.redports.org/buildarchive/r372764/
Log:
- Hard links are handled fine by pkg
- Hook to the build
Modified:
head/mail/Makefile
head/mail/elm/Makefile
head/mail/elm/pkg-plist
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Wed Nov 19 07:28:02 2014 (r372763)
+++ head/mail/Makefile Wed Nov 19 07:31:56 2014 (r372764)
@@ -105,6 +105,7 @@
SUBDIR += dsbl-testers
SUBDIR += dspam
SUBDIR += ecartis
+ SUBDIR += elm
SUBDIR += elmo
SUBDIR += elmo-devel
SUBDIR += emil
Modified: head/mail/elm/Makefile
==============================================================================
--- head/mail/elm/Makefile Wed Nov 19 07:28:02 2014 (r372763)
+++ head/mail/elm/Makefile Wed Nov 19 07:31:56 2014 (r372764)
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textpr
CFLAGS+= -D_SIZE_T
WRKSRC= ${WRKDIR}/elm${PORTVERSION}
-NO_LATEST_LINK= yes
USES= gettext
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
Modified: head/mail/elm/pkg-plist
==============================================================================
--- head/mail/elm/pkg-plist Wed Nov 19 07:28:02 2014 (r372763)
+++ head/mail/elm/pkg-plist Wed Nov 19 07:31:56 2014 (r372764)
@@ -4,18 +4,16 @@ bin/checkalias
bin/elmalias
bin/fastmail
bin/frm
- at exec ln -f %D/%F %D/bin/nfrm
- at unexec rm -f %D/bin/nfrm
bin/listalias
bin/messages
bin/newalias
bin/newmail
- at exec ln -f %D/%F %D/bin/wnewmail
- at unexec rm -f %D/bin/wnewmail
+bin/nfrm
bin/printmail
bin/readmsg
bin/prlong
bin/mmencode
+bin/wnewmail
lib/elmrc-info
lib/help-main
lib/help-options
More information about the svn-ports-head
mailing list