summaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /audio/rplay
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 1c26e3c2a63..551a6d8f3e2 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/11/25 18:59:45 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2001/12/02 06:56:38 jlam Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -34,7 +34,6 @@ pre-configure:
post-install:
${SED} ${FILES_SUBST_SED} ${FILESDIR}/rplayd.sh > ${WRKDIR}/rplayd
${INSTALL_SCRIPT} ${WRKDIR}/rplayd ${PREFIX}/etc/rc.d/rplayd
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
.include "../../audio/gsm/buildlink.mk"
.include "../../devel/readline/buildlink.mk"