diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-04 01:34:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-04 01:34:06 +0800 |
commit | 5e3562ffa982ded7de4d136ed6a7e3324481a28e (patch) | |
tree | 2618766905be11db98f6c43498d94405419d79a5 /audio | |
parent | f3951c50f0228a3743c0feff5d3d8b3b79b64f38 (diff) | |
download | freebsd-ports-gnome-5e3562ffa982ded7de4d136ed6a7e3324481a28e.tar.gz freebsd-ports-gnome-5e3562ffa982ded7de4d136ed6a7e3324481a28e.tar.zst freebsd-ports-gnome-5e3562ffa982ded7de4d136ed6a7e3324481a28e.zip |
- Fix malformed conditional
Reported by: Kenneth Lind
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaiff/Makefile | 4 |
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> |