aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gqmpeg/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-07-05 10:20:08 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-07-05 10:20:08 +0800
commitaba3e9b51a3f768a30c97c91232d5080f97516a1 (patch)
tree0034cd1db5fd51bb709dd8e44d6792fe7d02356b /audio/gqmpeg/Makefile
parent6128113c03d45b1fd1792e051caaccf7e0fe05cc (diff)
downloadfreebsd-ports-gnome-aba3e9b51a3f768a30c97c91232d5080f97516a1.tar.gz
freebsd-ports-gnome-aba3e9b51a3f768a30c97c91232d5080f97516a1.tar.zst
freebsd-ports-gnome-aba3e9b51a3f768a30c97c91232d5080f97516a1.zip
Update to 0.6.3.
PR: 12507 Submitted by: Rod Taylor <rod@idiotswitch.org>
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r--audio/gqmpeg/Makefile10
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>