summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:41:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:41:12 +0000
commit5155c246bd427c54c751e13978d954af95437afa (patch)
treeec4cdab34fb371d19352edd4860c5e5030665eb5 /german
parentBump PORTREVISION by previous commit. (diff)
BROKEN on 5.x: broken pkg-plist
Notes
Notes: svn path=/head/; revision=100434
Diffstat (limited to 'german')
-rw-r--r--german/BBBike/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile
index 80c341bcfd7d..7b5b776bda52 100644
--- a/german/BBBike/Makefile
+++ b/german/BBBike/Makefile
@@ -30,6 +30,12 @@ MYDESTDIR= ${PREFIX}/BBBike
PLIST= ${PKGDIR}/pkg-plist.5005
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
do-build:
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean
@@ -54,4 +60,4 @@ do-install:
${LN} -s ${MYDESTDIR}/$f ${PREFIX}/bin/$f
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>