diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-19 15:31:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-19 15:31:56 +0800 |
commit | d685ad85b7fe67669c9fd3b8d6dc686a3428c7f3 (patch) | |
tree | ae47224c047cb8ce05bd49b15505b9721867f92b /mail | |
parent | 822026f075162476cddae6a048e4305ab63ebd41 (diff) | |
download | freebsd-ports-gnome-d685ad85b7fe67669c9fd3b8d6dc686a3428c7f3.tar.gz freebsd-ports-gnome-d685ad85b7fe67669c9fd3b8d6dc686a3428c7f3.tar.zst freebsd-ports-gnome-d685ad85b7fe67669c9fd3b8d6dc686a3428c7f3.zip |
- Hard links are handled fine by pkg
- Hook to the build
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/elm/Makefile | 1 | ||||
-rw-r--r-- | mail/elm/pkg-plist | 6 |
3 files changed, 3 insertions, 5 deletions
diff --git a/mail/Makefile b/mail/Makefile index 98b8f7579f90..9c2fa3409f50 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -105,6 +105,7 @@ SUBDIR += dsbl-testers SUBDIR += dspam SUBDIR += ecartis + SUBDIR += elm SUBDIR += elmo SUBDIR += elmo-devel SUBDIR += emil diff --git a/mail/elm/Makefile b/mail/elm/Makefile index ba6965d42346..3ffab61432c2 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell CFLAGS+= -D_SIZE_T WRKSRC= ${WRKDIR}/elm${PORTVERSION} -NO_LATEST_LINK= yes USES= gettext HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure diff --git a/mail/elm/pkg-plist b/mail/elm/pkg-plist index 914628d5c8ad..c18c0b098d1b 100644 --- a/mail/elm/pkg-plist +++ b/mail/elm/pkg-plist @@ -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 |