diff options
author | thor <thor@pkgsrc.org> | 2021-05-03 09:15:30 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-05-03 09:15:30 +0000 |
commit | 5c594b428524de810019edc388e883f9b1389544 (patch) | |
tree | ff1f29f6bfab4709bb70121e86849358cc96394c /graphics | |
parent | 731624337592042be6786d880db1fad6d5deaf32 (diff) | |
download | pkgsrc-5c594b428524de810019edc388e883f9b1389544.tar.gz |
graphics/pcl: fix WRKSRC not to include pkg revision
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pcl/Makefile b/graphics/pcl/Makefile index 8b88e699456..73a7847c948 100644 --- a/graphics/pcl/Makefile +++ b/graphics/pcl/Makefile @@ -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 @@ HOMEPAGE= https://github.com/PointCloudLibrary/pcl/ 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 |