diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-07 02:15:09 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-07 02:15:09 +0000 |
commit | 9f490072fed56858690abb6c6ab28ac79df94048 (patch) | |
tree | ded51df37aa46ea767003f39b59b95c505d35971 /mbone/vic | |
parent | 5008ac84cd98d93a7f345ac3f53d97babddfe847 (diff) | |
download | ports-9f490072fed56858690abb6c6ab28ac79df94048.tar.gz ports-9f490072fed56858690abb6c6ab28ac79df94048.zip |
Notes
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 11 |
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> |