summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-24 06:24:39 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-24 06:24:39 +0000
commit0d82166fd7fa570469da6cc7fcfe624f2e36cc02 (patch)
treed8fe20763515e513c60895ed1c8d9df86baaff67 /multimedia
parentFix MASTER_SITES to contain only fetchable sites. (diff)
Only try to access OSVERSION variable after <bsd.port.pre.mk> include
Submitted by: FreshPorts ports check service
Notes
Notes: svn path=/head/; revision=79572
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg4ip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 29f91b4fe19c..fe5cd8c96184 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -91,6 +91,8 @@ post-extract:
@${RM} -Rf ${WRKSRC}/lib/${dir}
.endfor
+.include <bsd.port.pre.mk>
+
post-patch:
@${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} -n 10 \
${REINPLACE_CMD} -e \
@@ -137,8 +139,6 @@ post-install:
.endfor
.endif
-.include <bsd.port.pre.mk>
-
.if ${ARCH} != "i386"
WITHOUT_MMX= yes
.else