- Hard links are handled fine by pkg

- Hook to the build
This commit is contained in:
Antoine Brodin 2014-11-19 07:31:56 +00:00
parent 337d98cc5d
commit 36fdef2ce8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372764
3 changed files with 3 additions and 5 deletions

View file

@ -105,6 +105,7 @@
SUBDIR += dsbl-testers SUBDIR += dsbl-testers
SUBDIR += dspam SUBDIR += dspam
SUBDIR += ecartis SUBDIR += ecartis
SUBDIR += elm
SUBDIR += elmo SUBDIR += elmo
SUBDIR += elmo-devel SUBDIR += elmo-devel
SUBDIR += emil SUBDIR += emil

View file

@ -21,7 +21,6 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell
CFLAGS+= -D_SIZE_T CFLAGS+= -D_SIZE_T
WRKSRC= ${WRKDIR}/elm${PORTVERSION} WRKSRC= ${WRKDIR}/elm${PORTVERSION}
NO_LATEST_LINK= yes
USES= gettext USES= gettext
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure CONFIGURE_SCRIPT= Configure

View file

@ -4,18 +4,16 @@ bin/checkalias
bin/elmalias bin/elmalias
bin/fastmail bin/fastmail
bin/frm bin/frm
@exec ln -f %D/%F %D/bin/nfrm
@unexec rm -f %D/bin/nfrm
bin/listalias bin/listalias
bin/messages bin/messages
bin/newalias bin/newalias
bin/newmail bin/newmail
@exec ln -f %D/%F %D/bin/wnewmail bin/nfrm
@unexec rm -f %D/bin/wnewmail
bin/printmail bin/printmail
bin/readmsg bin/readmsg
bin/prlong bin/prlong
bin/mmencode bin/mmencode
bin/wnewmail
lib/elmrc-info lib/elmrc-info
lib/help-main lib/help-main
lib/help-options lib/help-options