summaryrefslogtreecommitdiff
path: root/mbone/vic
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-11-07 02:15:09 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-11-07 02:15:09 +0000
commit9f490072fed56858690abb6c6ab28ac79df94048 (patch)
treeded51df37aa46ea767003f39b59b95c505d35971 /mbone/vic
parentAdd information URLs comment (diff)
Fix install target
Notes
Notes: svn path=/head/; revision=4328
Diffstat (limited to 'mbone/vic')
-rw-r--r--mbone/vic/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile
index f2901fc3f727..a35f479cda95 100644
--- a/mbone/vic/Makefile
+++ b/mbone/vic/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 December 1994
# Whom: wollman
#
-# $Id: Makefile,v 1.5 1995/11/27 04:05:46 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/04 04:43:23 fenner Exp $
#
DISTNAME= vic-2.8
@@ -18,10 +18,9 @@ LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
USE_X11= yes
-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vic ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/histtolut ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/vic.1 ${PREFIX}/man/man1
- ${COMPRESS_MAN} ${PREFIX/man/man1/vic.1
+post-install:
+ strip ${PREFIX}/bin/vic
+ strip ${PREFIX}/bin/histtolut
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/vic.1
.include <bsd.port.mk>