8705263f3c
* Duplicate changes in Tcl/Tk handling from mbone/vat. * USE_X11, instead of USE_X11BASE
23 lines
743 B
Text
23 lines
743 B
Text
$NetBSD: patch-aj,v 1.1 2000/01/26 23:15:19 jlam Exp $
|
|
|
|
--- Makefile.in.orig Mon Jul 22 12:32:53 1996
|
|
+++ Makefile.in Wed Jan 26 17:54:13 2000
|
|
@@ -299,15 +299,9 @@
|
|
$(CC) -o $@ $(CFLAGS) ppmtolut.c -lm $(STATIC)
|
|
|
|
install: force
|
|
- cp vic @prefix@/bin/vic
|
|
- chown bin @prefix@/bin/vic
|
|
- chgrp bin @prefix@/bin/vic
|
|
- chmod 555 @prefix@/bin/vic
|
|
- cp vic.1 @prefix@/man/vic.1
|
|
- cp histtolut @prefix@/bin/histtolut
|
|
- chown bin @prefix@/bin/histtolut
|
|
- chgrp bin @prefix@/bin/histtolut
|
|
- chmod 555 @prefix@/bin/histtolut
|
|
+ ${BSD_INSTALL_PROGRAM} vic @prefix@/bin
|
|
+ ${BSD_INSTALL_MAN} vic.1 @prefix@/man/man1
|
|
+ ${BSD_INSTALL_PROGRAM} histtolut @prefix@/bin
|
|
|
|
clean:
|
|
rm -f *.o jpeg/*.o p64/*.o core tcl2c++ mkbv bv.c mkhuff huffcode.c \
|