aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-09-02 21:28:37 +0800
committersem <sem@FreeBSD.org>2005-09-02 21:28:37 +0800
commit6bd958a64ad5851a4b883fb3e1389eaafedcaee4 (patch)
treee64a98e14c18e510ae2e915ab0c48889d926d1d9 /cad
parent33a3bec2ede267f254efc15808cfe1f267fee37b (diff)
downloadfreebsd-ports-gnome-6bd958a64ad5851a4b883fb3e1389eaafedcaee4.tar.gz
freebsd-ports-gnome-6bd958a64ad5851a4b883fb3e1389eaafedcaee4.tar.zst
freebsd-ports-gnome-6bd958a64ad5851a4b883fb3e1389eaafedcaee4.zip
- Get rid of pkg-plist
PR: ports/84690 Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'cad')
-rw-r--r--cad/admesh/Makefile3
-rw-r--r--cad/admesh/pkg-plist3
2 files changed, 3 insertions, 3 deletions
diff --git a/cad/admesh/Makefile b/cad/admesh/Makefile
index 49053c8481b9..e903bfa72221 100644
--- a/cad/admesh/Makefile
+++ b/cad/admesh/Makefile
@@ -15,6 +15,9 @@ COMMENT= Program for processing STL triangulated solid meshes
GNU_CONFIGURE= yes
+PLIST_FILES= bin/admesh %%PORTDOCS%%%%DOCSDIR%%/admesh.doc
+PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin/
.ifndef NOPORTDOCS
diff --git a/cad/admesh/pkg-plist b/cad/admesh/pkg-plist
deleted file mode 100644
index 99bdbf467070..000000000000
--- a/cad/admesh/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/admesh
-%%PORTDOCS%%%%DOCSDIR%%/admesh.doc
-@dirrm %%PORTDOCS%%%%DOCSDIR%%