diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-16 15:51:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-16 15:51:40 +0000 |
commit | f10badd39a94f0dbc16a12316aab35f7863ed5f8 (patch) | |
tree | 52d2b4cf9f5ff25627fb50ac0752d0b49c437519 /security/tinyca/Makefile | |
parent | 610bc835b1230320760f51685d16856b344d5c7a (diff) | |
download | ports-f10badd39a94f0dbc16a12316aab35f7863ed5f8.tar.gz ports-f10badd39a94f0dbc16a12316aab35f7863ed5f8.zip |
Notes
Diffstat (limited to 'security/tinyca/Makefile')
-rw-r--r-- | security/tinyca/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 82d419c10c6c..40d07438b0a3 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -6,15 +6,16 @@ # PORTNAME= tinyca -PORTVERSION= 0.6.8 +PORTVERSION= 0.7.0 CATEGORIES= security net MASTER_SITES= http://tinyca.sm-zone.net/ \ http://tinyca.sm-zone.net/old/ +DISTNAME= ${PORTNAME}2-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Simple graphical interface to manage a small Certification Authority -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ zip:${PORTSDIR}/archivers/zip \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 @@ -38,7 +39,7 @@ do-install: .endfor @${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${PREFIX}/etc/tinyca.cnf.sample @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" -e "s:%%SITE_PERL%%:${SITE_PERL}:g" \ - ${WRKSRC}/tinyca >${WRKSRC}/tinyca.new + ${WRKSRC}/tinyca2 >${WRKSRC}/tinyca.new @${INSTALL_SCRIPT} ${WRKSRC}/tinyca.new ${PREFIX}/bin/tinyca post-install: |