diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-10 12:15:17 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-10 12:15:17 +0000 |
commit | 958e5f95fea1b547f68c962bbadfbbea3d119184 (patch) | |
tree | 738d685af02f8be93a332f3bb99d06f88a0f8057 /devel/libisofs/Makefile | |
parent | 1f8475f22f8d8bb9c6054ead276e33153e3b573a (diff) |
Notes
Diffstat (limited to 'devel/libisofs/Makefile')
-rw-r--r-- | devel/libisofs/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile index eaf97a442423..75700a64a29c 100644 --- a/devel/libisofs/Makefile +++ b/devel/libisofs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libisofs -PORTVERSION= 0.6.16 +PORTVERSION= 0.6.20 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -21,11 +21,4 @@ CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv" USE_ICONV= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -post-install: - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${MV} ${PREFIX}/lib/pkgconfig/${PORTNAME}-1.pc ${PREFIX}/libdata/pkgconfig/${PORTNAME}-1.pc - ${RMDIR} ${PREFIX}/lib/pkgconfig - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |