diff options
-rw-r--r-- | security/pcsc-tools/Makefile | 5 | ||||
-rw-r--r-- | security/pcsc-tools/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 0d9a698cd5c5..d15898ac9829 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= pcsc-tools -PORTVERSION= 1.4.18 +PORTVERSION= 1.4.20 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ @@ -21,6 +21,9 @@ USE_GMAKE= yes MAN1= pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p +post-patch: + ${REINPLACE_CMD} -e "s,DESTDIR,PREFIX,g" ${WRKSRC}/Makefile + post-install: .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/$i ${MAN1PREFIX}/man/man1 diff --git a/security/pcsc-tools/distinfo b/security/pcsc-tools/distinfo index 0f4db4db6b68..72ad3a06e4ff 100644 --- a/security/pcsc-tools/distinfo +++ b/security/pcsc-tools/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcsc-tools-1.4.18.tar.gz) = 4f6cbd897205e9d714acdccdc3eb8e1804e907e79ecf2f52b272dba1195096ad -SIZE (pcsc-tools-1.4.18.tar.gz) = 93764 +SHA256 (pcsc-tools-1.4.20.tar.gz) = bc23f6a13b58a67344ab0ecbc0233501fddb951ec76e6d58c95a68f8b541e39b +SIZE (pcsc-tools-1.4.20.tar.gz) = 98295 |