summaryrefslogtreecommitdiff
path: root/devel/cmake/PLIST
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-29 15:57:48 +0000
committerreed <reed@pkgsrc.org>2005-10-29 15:57:48 +0000
commit69fc97094d255d27daa66f246f59690e57b5d0df (patch)
tree38c1f89579b83b92f0b17a7f43e2268aca2c6fe4 /devel/cmake/PLIST
parentb9f1442ba83d2fb0bff0a16beedd8cbcf9287978 (diff)
downloadpkgsrc-69fc97094d255d27daa66f246f59690e57b5d0df.tar.gz
Add a Modules/Platform/DragonFly.cmake file (copied from FreeBSD.cmake).
cmake not tested on DragonFly, but did build package on DragonFly. Also hardcode "NetBSD" in PLIST instead of ${OPSYS} so deinstall works on non-NetBSD platforms. Bump PKGREVISION.
Diffstat (limited to 'devel/cmake/PLIST')
-rw-r--r--devel/cmake/PLIST5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cmake/PLIST b/devel/cmake/PLIST
index 7723df5d405..2039d42c72e 100644
--- a/devel/cmake/PLIST
+++ b/devel/cmake/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/10/23 16:03:10 rillig Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/10/29 15:57:48 reed Exp $
bin/ccmake
bin/cmake
bin/ctest
@@ -110,6 +110,7 @@ share/CMake/Modules/Platform/AIX.cmake
share/CMake/Modules/Platform/BSDOS.cmake
share/CMake/Modules/Platform/CYGWIN.cmake
share/CMake/Modules/Platform/Darwin.cmake
+share/CMake/Modules/Platform/DragonFly.cmake
share/CMake/Modules/Platform/FreeBSD.cmake
share/CMake/Modules/Platform/HP-UX.cmake
share/CMake/Modules/Platform/IRIX.cmake
@@ -117,7 +118,7 @@ share/CMake/Modules/Platform/IRIX64.cmake
share/CMake/Modules/Platform/Linux-como.cmake
share/CMake/Modules/Platform/Linux.cmake
share/CMake/Modules/Platform/MP-RAS.cmake
-share/CMake/Modules/Platform/${OPSYS}.cmake
+share/CMake/Modules/Platform/NetBSD.cmake
share/CMake/Modules/Platform/OSF1.cmake
share/CMake/Modules/Platform/OpenBSD.cmake
share/CMake/Modules/Platform/RISCos.cmake