diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:48:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:48:30 +0000 |
commit | 0ffb77b2854e4a033db3dffe57056f1ec625228f (patch) | |
tree | d4f61ccd5a0331fb518de575ed01c82ca2184b27 /net/libfixbuf/Makefile | |
parent | a87c3d26838397db88987c638bd9b3637116ce49 (diff) |
- Fix for objformat removal
- Remove nonsensical dirrmtry line from plist
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=211987
Diffstat (limited to 'net/libfixbuf/Makefile')
-rw-r--r-- | net/libfixbuf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libfixbuf/Makefile b/net/libfixbuf/Makefile index 08ef1536d6a5..9d4b38a9ed26 100644 --- a/net/libfixbuf/Makefile +++ b/net/libfixbuf/Makefile @@ -18,4 +18,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |