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

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

Diff for /pkgsrc/games/xbill/Makefile between version 1.31 and 1.32

version 1.31, 2008/11/10 17:21:35 version 1.32, 2009/07/08 17:07:41
Line 11  MAINTAINER=  pkgsrc-users@NetBSD.org
Line 11  MAINTAINER=  pkgsrc-users@NetBSD.org
 HOMEPAGE=               http://www.xbill.org/  HOMEPAGE=               http://www.xbill.org/
 COMMENT=                Stop the dreaded Windows virus from infecting computers  COMMENT=                Stop the dreaded Windows virus from infecting computers
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 CONFLICTS+=             gnome-games-[0-9]*  CONFLICTS+=             gnome-games-[0-9]*
   
 USE_LANGUAGES=          c c++  USE_LANGUAGES=          c c++
Line 30  CONF_FILES_PERMS+= ${PREFIX}/share/examp
Line 32  CONF_FILES_PERMS+= ${PREFIX}/share/examp
 INSTALLATION_DIRS+=     ${PKGMANDIR}/man6 share/examples  INSTALLATION_DIRS+=     ${PKGMANDIR}/man6 share/examples
   
 post-install:  post-install:
         ${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/${PKGMANDIR}/man6/xbill.6          ${INSTALL_MAN} ${WRKSRC}/xbill.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/xbill.6
         ${INSTALL_DATA} ${WRKSRC}/scores ${PREFIX}/share/examples/xbill.scores          ${INSTALL_DATA} ${WRKSRC}/scores ${DESTDIR}${PREFIX}/share/examples/xbill.scores
   
 .include "../../x11/libXaw/buildlink3.mk"  .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"  .include "../../x11/libXpm/buildlink3.mk"

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>