summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools
diff options
context:
space:
mode:
authorghen <ghen>2006-03-08 10:12:14 +0000
committerghen <ghen>2006-03-08 10:12:14 +0000
commit2b784bcfc35cbe9e4ae83530f4e5afda22343dad (patch)
tree3d8a54775a482502c9ab8c39d625cf224ec89a9d /multimedia/mjpegtools
parentadb60a3b10578682ba8d9061d4d39232583dc719 (diff)
downloadpkgsrc-2b784bcfc35cbe9e4ae83530f4e5afda22343dad.tar.gz
All scripts use #!/bin/sh now.
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r--multimedia/mjpegtools/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile
index 4df29c108b0..01584f8d3f6 100644
--- a/multimedia/mjpegtools/Makefile
+++ b/multimedia/mjpegtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:15 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/03/08 10:12:14 ghen Exp $
DISTNAME= mjpegtools-1.8.0
PKGREVISION= 3
@@ -27,13 +27,6 @@ CONFIGURE_ARGS+= --with-lame-includes=${BUILDLINK_PREFIX.lame}
.include "options.mk"
-SUBST_CLASSES+= bash
-SUBST_STAGE.bash= post-patch
-SUBST_FILES.bash= scripts/mpegtranscode
-SUBST_FILES.bash+= scripts/lav2avi.sh
-SUBST_FILES.bash+= scripts/lav2mpeg
-SUBST_SED.bash= -e 's,^\#!/bin/bash,\#!${TOOLS_PATH.bash},'
-
INFO_FILES= mjpeg-howto.info
.include "../../audio/lame/buildlink3.mk"