diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
commit | 7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch) | |
tree | 13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /misc/ewipe | |
parent | f4d7c801f854ff4fad4642d62b23bae798962615 (diff) | |
download | ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip |
Notes
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index c35653d88e87..68459bd498e9 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= YES USE_REINPLACE= yes TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex -PORTDOCS= Changes.jp README README.jp dot.ewipe +MYPORTDOCS= Changes.jp README README.jp dot.ewipe EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ tutorial.ewp tutorial-e.ewp @@ -45,7 +45,7 @@ do-install: .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ewipe -.for file in ${PORTDOCS} +.for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ewipe .endfor @${MKDIR} ${PREFIX}/share/examples/ewipe |