diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 02:20:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 02:20:08 +0000 |
commit | 1e5a838e0ac27d11cbe150ba9eb3fb48617ca8a5 (patch) | |
tree | a8a509ed2006ebfe0eb3b7f80c46caf201a9690b /audio/gqmpeg/Makefile | |
parent | d300c312203cca37f2fae2bdc277e407b9f70fa8 (diff) | |
download | ports-1e5a838e0ac27d11cbe150ba9eb3fb48617ca8a5.tar.gz ports-1e5a838e0ac27d11cbe150ba9eb3fb48617ca8a5.zip |
Notes
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index ef1fe5f11506..131e447e5a6c 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.6.2 +# Version required: 0.6.3 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1999/05/29 04:07:41 steve Exp $ +# $Id: Makefile,v 1.15 1999/06/08 23:19:01 steve Exp $ # -DISTNAME= gqmpeg-0.6.2 +DISTNAME= gqmpeg-0.6.3 CATEGORIES= audio MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ @@ -20,7 +20,7 @@ LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes ALL_TARGET= gqmpeg -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin +post-install: + @strip ${PREFIX}/bin/gqmpeg .include <bsd.port.mk> |