diff options
author | jlam <jlam> | 2003-08-30 20:22:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-08-30 20:22:49 +0000 |
commit | 20b85a151292d1c2495d2fba787ca26293c7a9e2 (patch) | |
tree | d334e2fd95050def4488e848ea48612e6f9103a4 /audio | |
parent | 1c9f4e0bdcaa144f30d977697cd5fdfe70963ce1 (diff) | |
download | pkgsrc-20b85a151292d1c2495d2fba787ca26293c7a9e2.tar.gz |
Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gqmpeg/DEINSTALL | 19 | ||||
-rw-r--r-- | audio/gqmpeg/Makefile | 3 |
2 files changed, 4 insertions, 18 deletions
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 |