diff options
author | markus <markus@FreeBSD.org> | 2007-01-31 16:33:22 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-01-31 16:33:22 +0800 |
commit | 61e584365a2bebb2d01617eac543858e746653e7 (patch) | |
tree | 26ef2d5ee52afe06e6d9b6e42e9e814e57b4d600 /cad/admesh | |
parent | 99c8adee5941059e72e535bdc46559532d1cc7ae (diff) | |
download | freebsd-ports-gnome-61e584365a2bebb2d01617eac543858e746653e7.tar.gz freebsd-ports-gnome-61e584365a2bebb2d01617eac543858e746653e7.tar.zst freebsd-ports-gnome-61e584365a2bebb2d01617eac543858e746653e7.zip |
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION
Diffstat (limited to 'cad/admesh')
-rw-r--r-- | cad/admesh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/admesh/Makefile b/cad/admesh/Makefile index ad1ca973c1d1..d2cbafb39021 100644 --- a/cad/admesh/Makefile +++ b/cad/admesh/Makefile @@ -7,6 +7,7 @@ PORTNAME= admesh PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.varlog.com/products/admesh/files/ @@ -15,8 +16,8 @@ COMMENT= Program for processing STL triangulated solid meshes GNU_CONFIGURE= yes -PLIST_FILES= bin/admesh %%PORTDOCS%%%%DOCSDIR%%/admesh.doc -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% +PLIST_FILES= bin/admesh +PORTDOCS= admesh.doc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin/ |