pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pcl graphics/pcl: fix WRKSRC not to include p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f323a687f24
branches:  trunk
changeset: 451877:0f323a687f24
user:      thor <thor%pkgsrc.org@localhost>
date:      Mon May 03 09:15:30 2021 +0000

description:
graphics/pcl: fix WRKSRC not to include pkg revision

diffstat:

 graphics/pcl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52469961a5b6 -r 0f323a687f24 graphics/pcl/Makefile
--- a/graphics/pcl/Makefile     Mon May 03 09:12:58 2021 +0000
+++ b/graphics/pcl/Makefile     Mon May 03 09:15:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/03 06:25:11 thor Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/03 09:15:30 thor Exp $
 
 GITHUB_PROJECT=        pcl
 GITHUB_TAG=    pcl-${PKGVERSION}
@@ -12,7 +12,7 @@
 COMMENT=       2D/3D image and point cloud processing
 LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/pcl-pcl-${PKGVERSION}
+WRKSRC=                ${WRKDIR}/pcl-pcl-${PKGVERSION_NOREV}
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index