aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-08-09 07:03:21 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-08-09 07:03:21 +0000
commitedecc1a3d236054395a1a7e7dc940767dd8a3f66 (patch)
tree00a5981c867211b695eac3a67b2edb0c4df94532 /devel
parent0891cf7567990ea771c7eb49cf74a47d30347bdd (diff)
downloadports-edecc1a3d236054395a1a7e7dc940767dd8a3f66.tar.gz
ports-edecc1a3d236054395a1a7e7dc940767dd8a3f66.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libpasori/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/libpasori/Makefile b/devel/libpasori/Makefile
index fd3072f81889..bdba12262ebb 100644
--- a/devel/libpasori/Makefile
+++ b/devel/libpasori/Makefile
@@ -19,20 +19,20 @@ USE_BZIP2= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+.include <bsd.port.pre.mk>
+
post-extract:
@${MKDIR} ${WRKSRC}/lib ${WRKSRC}/lpdump ${WRKSRC}/lptest
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
+.if ${OSVERSION} < 800069
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/lib/Makefile
+.else
+ @${CP} ${FILESDIR}/Makefile.lib.usb20 ${WRKSRC}/lib/Makefile
+.endif
@${CP} ${FILESDIR}/Makefile.lpdump ${WRKSRC}/lptest/Makefile
@${CP} ${FILESDIR}/Makefile.lptest ${WRKSRC}/lpdump/Makefile
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800064
-BROKEN= does not build
-.endif
-
.include <bsd.port.post.mk>