[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / dict-server

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

Diff for /pkgsrc/textproc/dict-server/Makefile between version 1.9 and 1.10

version 1.9, 2004/01/24 15:13:19 version 1.10, 2004/03/28 21:43:26
Line 2 
Line 2 
   
 DISTNAME=       dictd-1.8.0  DISTNAME=       dictd-1.8.0
 PKGNAME=        dict-server-1.8.0  PKGNAME=        dict-server-1.8.0
 PKGREVISION=    1  PKGREVISION=    2
 CATEGORIES=     textproc  CATEGORIES=     textproc
 MASTER_SITES=   ftp://ftp.dict.org/pub/dict/  MASTER_SITES=   ftp://ftp.dict.org/pub/dict/
 #MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=/dict}  #MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=/dict}
Line 13  COMMENT= Dictionary Service Protocol ser
Line 13  COMMENT= Dictionary Service Protocol ser
   
 USE_BUILDLINK2= # defined  USE_BUILDLINK2= # defined
 USE_GNU_TOOLS+= make  USE_GNU_TOOLS+= make
   USE_PKGINSTALL= yes
 GNU_CONFIGURE=  # defined  GNU_CONFIGURE=  # defined
 CONFIGURE_ARGS+=--with-etcdir=${PREFIX}/etc  CONFIGURE_ARGS+=--with-etcdir=${PKG_SYSCONFDIR}
   
 ALL_TARGET=     dictd dictzip  ALL_TARGET=     dictd dictzip
 INSTALL_TARGET= install.dictd install.dictzip install.dictfmt  INSTALL_TARGET= install.dictd install.dictzip install.dictfmt
   
   EGDIR=          ${PREFIX}/share/examples/dict-server
   CONF_FILES=     ${EGDIR}/dictd.conf \
                   ${PKG_SYSCONFDIR}/dictd.conf
   
 # A symbol T_USER is defined in trap.h so...  # A symbol T_USER is defined in trap.h so...
 post-patch:  post-patch:
         ${GREP} -lr T_USER ${WRKSRC} | \          ${GREP} -lr T_USER ${WRKSRC} | \
Line 31  post-patch:
Line 36  post-patch:
         done          done
   
 post-install:  post-install:
           ${INSTALL_DATA_DIR} ${EGDIR}
         ${SED} "s#/usr/lib/dict#${PREFIX}/share/dictd#" \          ${SED} "s#/usr/lib/dict#${PREFIX}/share/dictd#" \
                 ${WRKSRC}/dictd.conf >${PREFIX}/etc/dictd.conf                  ${WRKSRC}/dictd.conf >${EGDIR}/dictd.conf
         ${INSTALL_DATA_DIR} ${PREFIX}/share/dictd          ${INSTALL_DATA_DIR} ${PREFIX}/share/dictd
   
 .include "../../devel/libtool/buildlink2.mk"  .include "../../devel/libtool/buildlink2.mk"

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

CVSweb <webmaster@jp.NetBSD.org>