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

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

Diff for /pkgsrc/security/gpg2dot/Makefile between version 1.10 and 1.11

version 1.10, 2007/01/07 09:14:10 version 1.11, 2008/06/20 01:09:33
Line 10  MAINTAINER= lukem@NetBSD.org
Line 10  MAINTAINER= lukem@NetBSD.org
 HOMEPAGE=       ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html  HOMEPAGE=       ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
 COMMENT=        Converts your GnuPG keyring to a graph of associations  COMMENT=        Converts your GnuPG keyring to a graph of associations
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 USE_LANGUAGES=  # empty  USE_LANGUAGES=  # empty
 USE_TOOLS+=     perl:run  USE_TOOLS+=     perl:run
   
Line 40  do-build:
Line 42  do-build:
 #.endfor  #.endfor
   
 do-install:  do-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot          ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot
 #       ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1  #       ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>