summaryrefslogtreecommitdiff
path: root/graphics/mpgtx
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /graphics/mpgtx
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'graphics/mpgtx')
-rw-r--r--graphics/mpgtx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile
index a2e27e5df24..989281a5657 100644
--- a/graphics/mpgtx/Makefile
+++ b/graphics/mpgtx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:09 rillig Exp $
#
DISTNAME= mpgtx-1.3.1
@@ -10,8 +10,8 @@ HOMEPAGE= http://mpgtx.sourceforge.net/
COMMENT= Split and join MPEG files in various ways
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} \
- --manprefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
+ --manprefix=${PREFIX:Q}
BUILD_TARGET= mpgtx
PLINKS= mpgjoin mpgcat mpgsplit mpginfo mpgdemux tagmp3
MLINKS= mpgcat.1 mpgjoin.1 mpginfo.1 mpgsplit.1 mpgdemux.1