diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:50:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:50:46 +0800 |
commit | 8867605f8ea537e5731111177cc0ce350d5da5de (patch) | |
tree | 9dd9aaa11adde15726961791fce16fca5c6e3d91 /math/vtk5 | |
parent | 7da4dda7f3f8301e37701252c750514c9f142543 (diff) | |
download | freebsd-ports-gnome-8867605f8ea537e5731111177cc0ce350d5da5de.tar.gz freebsd-ports-gnome-8867605f8ea537e5731111177cc0ce350d5da5de.tar.zst freebsd-ports-gnome-8867605f8ea537e5731111177cc0ce350d5da5de.zip |
Rename PLIST.with_patented to pkg-plist.with_patented.
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index c1e1e67aef2a..a17b8c233173 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS+= python:${PORTSDIR}/lang/python .if defined(WITH_PATENTED) CONFIGURE_ARGS+= --with-patented -PLIST= ${PKGDIR}/PLIST.with_patented +PLIST= ${PKGDIR}/pkg-plist.with_patented .endif post-install: |