Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 07:31:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372764 - in head/mail: . elm
Message-ID:  <201411190731.sAJ7Vur2061954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@exec ln -f %D/%F %D/bin/nfrm
-@unexec rm -f %D/bin/nfrm
 bin/listalias
 bin/messages
 bin/newalias
 bin/newmail
-@exec ln -f %D/%F %D/bin/wnewmail
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411190731.sAJ7Vur2061954>