diff options
author | ale <ale@FreeBSD.org> | 2013-01-22 17:48:07 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-01-22 17:48:07 +0800 |
commit | 1fcdb7c46739ab8bef6236d8d25bfeed800911d5 (patch) | |
tree | ad5aabcec3e049de4645982b5851d47fd0500e81 /security/oath-toolkit | |
parent | a08a29b6bef6279fa40301ac4e2b4c66abfdab32 (diff) | |
download | freebsd-ports-gnome-1fcdb7c46739ab8bef6236d8d25bfeed800911d5.tar.gz freebsd-ports-gnome-1fcdb7c46739ab8bef6236d8d25bfeed800911d5.tar.zst freebsd-ports-gnome-1fcdb7c46739ab8bef6236d8d25bfeed800911d5.zip |
Update to 2.0.2 release.
Diffstat (limited to 'security/oath-toolkit')
-rw-r--r-- | security/oath-toolkit/Makefile | 6 | ||||
-rw-r--r-- | security/oath-toolkit/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 5a85346ec916..6ef5c8ba69f2 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oath-toolkit -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -97,7 +97,7 @@ PLIST_SUB+= PSKC="@comment " .endif post-patch: -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's|install-data-am: install-data-local|install-data-am:|' \ ${WRKSRC}/liboath/gtk-doc/Makefile.in \ ${WRKSRC}/libpskc/gtk-doc/Makefile.in @@ -107,7 +107,7 @@ post-patch: ${WRKSRC}/libpskc/gtk-doc/Makefile.in .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ diff --git a/security/oath-toolkit/distinfo b/security/oath-toolkit/distinfo index ccf0458fd7e7..2d7327d74202 100644 --- a/security/oath-toolkit/distinfo +++ b/security/oath-toolkit/distinfo @@ -1,2 +1,2 @@ -SHA256 (oath-toolkit-2.0.1.tar.gz) = d267055979a3d41e36fb36f193aa9e43832d64e1555b4d2efc6d28083ac40988 -SIZE (oath-toolkit-2.0.1.tar.gz) = 3926095 +SHA256 (oath-toolkit-2.0.2.tar.gz) = 2951ebc2a3e9a03333618ceda7fe2c00e16f880255d3d4f48068cd8164715944 +SIZE (oath-toolkit-2.0.2.tar.gz) = 3946021 |