aboutsummaryrefslogtreecommitdiff
path: root/audio/libaiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-03 17:34:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-03 17:34:06 +0000
commitdd0defa7d1600fe51ae6a5ac180015cbe5879b67 (patch)
treeadc01456050ed051098d4e6568982801278c932c /audio/libaiff
parentdde333c29f885d39e9b34b3e7dc90510162a99f8 (diff)
downloadports-dd0defa7d1600fe51ae6a5ac180015cbe5879b67.tar.gz
ports-dd0defa7d1600fe51ae6a5ac180015cbe5879b67.zip
- Fix malformed conditional
Reported by: Kenneth Lind
Notes
Notes: svn path=/head/; revision=227555
Diffstat (limited to 'audio/libaiff')
-rw-r--r--audio/libaiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libaiff/Makefile b/audio/libaiff/Makefile
index e4aa76bacd60..d75fe5e70dfe 100644
--- a/audio/libaiff/Makefile
+++ b/audio/libaiff/Makefile
@@ -21,6 +21,8 @@ PLIST_FILES= lib/${PORTNAME}.a include/${PORTNAME}/config.h include/${PORTNAME}/
include/${PORTNAME}/${PORTNAME}.h include/${PORTNAME}/config.vc.h
PLIST_DIRS= include/${PORTNAME}
+.include <bsd.port.pre.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's/install: libaiff.a/install:/' \
${WRKSRC}/${MAKEFILE}.in
@@ -29,4 +31,4 @@ post-patch:
BROKEN= does not build on 6.x.
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>