pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/pcl
Module Name: pkgsrc
Committed By: thor
Date: Mon May 3 09:15:30 UTC 2021
Modified Files:
pkgsrc/graphics/pcl: Makefile
Log Message:
graphics/pcl: fix WRKSRC not to include pkg revision
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/pcl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.1 pkgsrc/graphics/pcl/Makefile:1.2
--- pkgsrc/graphics/pcl/Makefile:1.1 Mon May 3 06:25:11 2021
+++ pkgsrc/graphics/pcl/Makefile Mon May 3 09:15:30 2021
@@ -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/PointCloudL
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