[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.11 and 1.17

version 1.11, 2008/06/20 01:09:33 version 1.17, 2013/05/31 12:41:51
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       gpg2dot-1.4  DISTNAME=       gpg2dot-1.5
   PKGREVISION=    2
 CATEGORIES=     security  CATEGORIES=     security
 MASTER_SITES=   # empty  MASTER_SITES=   # empty
 DISTFILES=      # empty  DISTFILES=      # empty
Line 10  MAINTAINER= lukem@NetBSD.org
Line 11  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
   
 EXTRACT_ONLY=   # empty  
 NO_CHECKSUM=    yes  
 NO_CONFIGURE=   yes  NO_CONFIGURE=   yes
   
 DISTVER=        ${DISTNAME:S/gpg2dot-//}  DISTVER=        ${DISTNAME:S/gpg2dot-//}
Line 29  do-extract:
Line 26  do-extract:
 #       ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in  #       ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
   
 do-build:  do-build:
 .for FILE in gpg2dot  .for file in gpg2dot
         ${SED} -e 's|@PREFIX@|${PREFIX}|g'              \          ${SED} -e 's|@PREFIX@|${PREFIX}|g'              \
                 -e 's|@DISTVER@|${DISTVER}|g'           \                  -e 's|@DISTVER@|${DISTVER}|g'           \
                 < ${WRKSRC}/${FILE}.pl                  \                  < ${WRKSRC}/${file}.pl                  \
                 > ${WRKSRC}/${FILE}                  > ${WRKSRC}/${file}
 .endfor  .endfor
 #.for FILE in gpg2dot  #.for file in gpg2dot
 #       ${SED} -e ''                                    \  #       ${SED} -e ''                                    \
 #               < ${WRKSRC}/${FILE}.1.in                \  #               < ${WRKSRC}/${file}.1.in                \
 #               > ${WRKSRC}/${FILE}.1  #               > ${WRKSRC}/${file}.1
 #.endfor  #.endfor
   
 do-install:  do-install:

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

CVSweb <webmaster@jp.NetBSD.org>