From 2920a32c71bae3a6a02b2c5c0576d9a60b9a0594 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 30 Aug 2003 20:22:49 +0000 Subject: Prepare for pkgviews by making sure that passing VIEW-INSTALL or VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors. --- audio/gqmpeg/DEINSTALL | 19 ++----------------- audio/gqmpeg/Makefile | 3 ++- 2 files changed, 4 insertions(+), 18 deletions(-) (limited to 'audio/gqmpeg') diff --git a/audio/gqmpeg/DEINSTALL b/audio/gqmpeg/DEINSTALL index 757ac795d37..6265e6e219e 100644 --- a/audio/gqmpeg/DEINSTALL +++ b/audio/gqmpeg/DEINSTALL @@ -1,27 +1,12 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:16:43 zuntum Exp $ -# - -PKGNAME=$1 -STAGE=$2 +# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:49 jlam Exp $ case ${STAGE} in -DEINSTALL) - ;; - POST-DEINSTALL) - cat << EOF + ${CAT} << EOF ============================================================================= If you won't be using ${PKGNAME} any longer, you may want to remove any skins that were installed in ${PKG_PREFIX}/share/gqmpeg/skins. ============================================================================= EOF ;; - -*) - echo "Unexpected argument: ${STAGE}" - exit 1 - ;; esac -exit 0 diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 82e702022df..28c189c1772 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2003/07/17 21:22:20 grant Exp $ +# $NetBSD: Makefile,v 1.74 2003/08/30 20:22:50 jlam Exp $ DISTNAME= gqmpeg-0.20.0 PKGREVISION= 2 @@ -16,6 +16,7 @@ DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp USE_BUILDLINK2= YES +USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES USE_X11= YES GNU_CONFIGURE= YES -- cgit v1.2.3