diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-28 07:20:31 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-28 07:20:31 +0000 |
commit | 979c7156b7e064ef5ebe1edeec8845697421b258 (patch) | |
tree | 341b8781ad308118b5c1fefaa21b28de497d7c4b /mail/elmo-devel | |
parent | 6ac79b9469ccc730e234e2c51168bded055f61b5 (diff) | |
download | ports-979c7156b7e064ef5ebe1edeec8845697421b258.tar.gz ports-979c7156b7e064ef5ebe1edeec8845697421b258.zip |
Use the INFO variable.
suggested by: sf
Notes
Notes:
svn path=/head/; revision=89607
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index a463026ff34d..e5ca947ae6ba 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +INFO= elmo MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" MAN1= elmo.1 elmoconf.pl.1 @@ -33,11 +34,7 @@ pre-extract: @sleep 10 pre-install: - ${ECHO_CMD} @unexec install-info --delete %D/info/elmo.info %D/info/dir\ - > ${PLIST} - ${ECHO_CMD} @exec install-info --info-dir=%D/info %D/info/elmo.info \ - >> ${PLIST} - ${ECHO_CMD} info/elmo.info >> ${PLIST} + ${RM} -f ${PLIST} .for ii in elmo elmoconf.pl ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor |