diff options
author | trevor <trevor@FreeBSD.org> | 2003-09-28 15:20:31 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-09-28 15:20:31 +0800 |
commit | b3d52b585ff459ea4535f10c08bd23d003d26b5d (patch) | |
tree | e1da77776b43b74ab648bb625d1a6f7ee3a64808 /mail/elmo-devel | |
parent | ba2b6d56b4c74e839f875d20663fdf8fb89094f2 (diff) | |
download | freebsd-ports-gnome-b3d52b585ff459ea4535f10c08bd23d003d26b5d.tar.gz freebsd-ports-gnome-b3d52b585ff459ea4535f10c08bd23d003d26b5d.tar.zst freebsd-ports-gnome-b3d52b585ff459ea4535f10c08bd23d003d26b5d.zip |
Use the INFO variable.
suggested by: sf
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 |