diff options
author | lme <lme@FreeBSD.org> | 2008-01-01 23:35:04 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2008-01-01 23:35:04 +0800 |
commit | dcc67e21a4f593bf579569e4bec80dc0d29a8852 (patch) | |
tree | 40f340fbd34871e2693e8c31493969fff954f550 /graphics | |
parent | 947dfab219193fc9b118684656aa557b16a1b95e (diff) | |
download | freebsd-ports-graphics-dcc67e21a4f593bf579569e4bec80dc0d29a8852.tar.gz freebsd-ports-graphics-dcc67e21a4f593bf579569e4bec80dc0d29a8852.tar.zst freebsd-ports-graphics-dcc67e21a4f593bf579569e4bec80dc0d29a8852.zip |
- Add RESTRICTED as the license doesn't allow binary redistribution
- Use ${INSTALL_DATA}
- Remove unneccessary blank line in pkg-descr
Reported by: sat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vrml2pov/Makefile | 7 | ||||
-rw-r--r-- | graphics/vrml2pov/pkg-descr | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile index 0fb8ce3b6ef..ce60244793e 100644 --- a/graphics/vrml2pov/Makefile +++ b/graphics/vrml2pov/Makefile @@ -1,12 +1,13 @@ # New ports collection makefile for: vrml2pov # Date created: 31 December 2007 -# Whom: dieringe@zedat.fu-berlin.de +# Whom: Martin Dieringer <dieringe@zedat.fu-berlin.de> # # $FreeBSD$ # PORTNAME= vrml2pov PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/ DISTNAME= vrml2pov-src @@ -14,6 +15,8 @@ DISTNAME= vrml2pov-src MAINTAINER= dieringe@zedat.fu-berlin.de COMMENT= Convert VRML files to POVRay source +RESTRICTED= Redistribution is not allowed + USE_ZIP= yes USE_GMAKE= yes MAKEFILE= makefile @@ -22,6 +25,6 @@ PLIST_FILES= bin/vrml2pov NO_WRKSUBDIR= yes do-install: - ${INSTALL} ${WRKSRC}/vrml2pov ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/vrml2pov ${PREFIX}/bin .include <bsd.port.mk> diff --git a/graphics/vrml2pov/pkg-descr b/graphics/vrml2pov/pkg-descr index 17a4eb496bd..39679261e8f 100644 --- a/graphics/vrml2pov/pkg-descr +++ b/graphics/vrml2pov/pkg-descr @@ -1,4 +1,3 @@ Program to convert VRML files to POVRay source. - WWW: http://www.chemicalgraphics.com/paul/vrml2pov/ |