diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 08:01:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 08:01:27 +0000 |
commit | 501d5283df15c5878909fb2a9392552a7d9e7644 (patch) | |
tree | cb972d3d4adbc34b07bacaaf470ae109885b4e0b /audio/libgpod | |
parent | bdd032fc66d81860e4efabb08dd787a792f6f721 (diff) | |
download | ports-501d5283df15c5878909fb2a9392552a7d9e7644.tar.gz ports-501d5283df15c5878909fb2a9392552a7d9e7644.zip |
Notes
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index e5caf9938895..980f8fa6d440 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -28,8 +28,6 @@ CONFIGURE_ARGS= --without-python CONFIGURE_ARGS+= --with-html-dir="${TARGETDIR}/share/doc" .endif -.include <bsd.port.pre.mk> - post-extract: .SILENT ${REINPLACE_CMD} -e \ 's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \ @@ -43,9 +41,6 @@ post-extract: .SILENT ${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h . endif .else -. if ${OSVERSION} < 500035 - ${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h -. endif .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |