diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-07 10:54:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-07 10:54:37 +0000 |
commit | bbbae368c81967490e9158ce7172f90bc272d772 (patch) | |
tree | a7d37e3b339704616338e34d0ec8773106c0a79a /math/vtk-examples/Makefile | |
parent | Unbreak by making a local copy of the distfiles. ftp.cis.uab.edu no (diff) |
- Fix damage on slave ports from recent change in master port
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/vtk-examples/Makefile')
-rw-r--r-- | math/vtk-examples/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk-examples/Makefile b/math/vtk-examples/Makefile index 346033442086..592e836e8d18 100644 --- a/math/vtk-examples/Makefile +++ b/math/vtk-examples/Makefile @@ -17,6 +17,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message .include "${MASTERDIR}/Makefile" +do-patch: + do-build: do-install: install-cnotice |