aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-02 16:01:27 +0800
committeredwin <edwin@FreeBSD.org>2007-05-02 16:01:27 +0800
commitf82d605ab87bbef4f33b334fa9d39e574470bef9 (patch)
tree943357bff395e120c46d8f719f215757650a6342
parenta6bdcbea140ff414893722e58cc47fd6e6daf6dc (diff)
downloadfreebsd-ports-gnome-f82d605ab87bbef4f33b334fa9d39e574470bef9.tar.gz
freebsd-ports-gnome-f82d605ab87bbef4f33b334fa9d39e574470bef9.tar.zst
freebsd-ports-gnome-f82d605ab87bbef4f33b334fa9d39e574470bef9.zip
[patch] cleanup non-supported FreeBSD versions
PR: ports/111669 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
-rw-r--r--audio/libgpod/Makefile7
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>