diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-19 01:05:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-19 01:05:22 +0000 |
commit | f83e65d5e6c1c29db75ded6d34c5da94b5847161 (patch) | |
tree | a1d1ac1a91f004a4438e89322b23af8a334cee7c /www/linuxpluginwrapper/Makefile | |
parent | 941a03d50cde7e419f483b70365f0062f4ca5415 (diff) |
Notes
Diffstat (limited to 'www/linuxpluginwrapper/Makefile')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 59653fef4cd7..47c490ff6b0d 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20041017 +PORTVERSION= 20041219 PORTREVISION= 0 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ @@ -39,11 +39,11 @@ PLIST= ${WRKDIR}/pkg-plist CONFLICTS= flashpluginwrapper-* .if ${OSVERSION} >= 503001 -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-stable +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-stable .elif ${OSVERSION} >= 500000 -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-current +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-current .else -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD4.x +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD4.x .endif .if ${OSVERSION} < 501105 @@ -79,8 +79,7 @@ post-build: -e 's,%%LOCALBASE%%,${LOCALBASE},' \ -e 's,%%X11BASE%%,${X11BASE},' \ -e 's,%%LTHREADSHMAJOR%%,${LTHREADSHMAJOR},' \ - -e '/^%%LIBMAPCONF%%$$/r ${LIBMAPCONF}' \ - -e '/^%%LIBMAPCONF%%$$/d' \ + -e 's,%%LIBMAPCONF%%,${LIBMAPCONF},' \ < ${.CURDIR}/pkg-message > ${PKGMESSAGE} .if defined(WITHOUT_PLUGINS) @${SED} -e "/exec/d" ${.CURDIR}/pkg-plist > ${PLIST} |