summaryrefslogtreecommitdiffstats
path: root/multimedia/mpeg4ip/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-04-24 06:24:39 +0000
committerlioux <lioux@FreeBSD.org>2003-04-24 06:24:39 +0000
commita9399ce2c5ec0beb304f82187724c0c5ed3ce3cc (patch)
tree59033b7b92ca0dc9d2f0dc67ba60a7c890deb716 /multimedia/mpeg4ip/Makefile
parent45d784e3e19bc17224361c03b69926f115079661 (diff)
downloadFreeBSD-ports-a9399ce2c5ec0beb304f82187724c0c5ed3ce3cc.zip
FreeBSD-ports-a9399ce2c5ec0beb304f82187724c0c5ed3ce3cc.tar.gz
Only try to access OSVERSION variable after <bsd.port.pre.mk> include
Submitted by: FreshPorts ports check service
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r--multimedia/mpeg4ip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 29f91b4..fe5cd8c 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
OpenPOWER on IntegriCloud