diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:50:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:50:46 +0000 |
commit | 617d55e7a25171a52c706c3819263f4a68d2594a (patch) | |
tree | 50950788500a5eb92d9182bed75a73b17547dd4b /math/vtk | |
parent | 5b58e774d5b7dde934dcbd1592a897e9752ad9b1 (diff) | |
download | ports-617d55e7a25171a52c706c3819263f4a68d2594a.tar.gz ports-617d55e7a25171a52c706c3819263f4a68d2594a.zip |
Rename PLIST.with_patented to pkg-plist.with_patented.
Notes
Notes:
svn path=/head/; revision=33529
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index c1e1e67aef2a..a17b8c233173 100644 --- a/math/vtk/Makefile +++ b/math/vtk/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: |