[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / nmh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mail/nmh/Makefile between version 1.8 and 1.9

version 1.8, 1998/01/19 09:11:52 version 1.9, 1998/01/24 20:32:34
Line 16  MAINTAINER=     Scott.Blachowicz@seaslug
Line 16  MAINTAINER=     Scott.Blachowicz@seaslug
 NMH_MTA?=       smtp  NMH_MTA?=       smtp
   
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 CONFIGURE_ARGS+= --libexecdir=$(PREFIX)/libexec/nmh \  CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/nmh \
                 --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop \                  --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop \
                 --with-mts=${NMH_MTA}                  --with-mts=${NMH_MTA}
   
 MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \  MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \
Line 37  post-patch:
Line 37  post-patch:
         ${ECHO} > ${WRKSRC}/stamp-h.in          ${ECHO} > ${WRKSRC}/stamp-h.in
   
 post-install:  post-install:
         @PKG_PREFIX='${PREFIX}' sh -f ./pkg/INSTALL          @PKG_PREFIX='${PREFIX}' sh -f ${PKGDIR}/INSTALL
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>