ugh, it's share - not shared
This commit is contained in:
parent
1e40ffb007
commit
169536a628
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.15 2007/02/04 10:37:58 wilfried Exp $
|
# $OpenBSD: Makefile,v 1.16 2007/02/04 12:27:34 wilfried Exp $
|
||||||
|
|
||||||
COMMENT= 'wm-dockapp; weather monitor'
|
COMMENT= 'wm-dockapp; weather monitor'
|
||||||
|
|
||||||
DISTNAME= wmweather-2.4.3
|
DISTNAME= wmweather-2.4.3
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= x11 x11/windowmaker
|
CATEGORIES= x11 x11/windowmaker
|
||||||
|
|
||||||
HOMEPAGE= http://www.godisch.de/debian/wmweather/
|
HOMEPAGE= http://www.godisch.de/debian/wmweather/
|
||||||
@ -32,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|||||||
WRKSRC= ${WRKDIST}/src
|
WRKSRC= ${WRKDIST}/src
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/shared/examples/wmweather
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmweather
|
||||||
mv ${WRKINST}/${SYSCONFDIR}/wmweather.conf ${PREFIX}/shared/examples/wmweather/
|
mv ${WRKINST}/${SYSCONFDIR}/wmweather.conf ${PREFIX}/share/examples/wmweather/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2007/02/04 10:37:58 wilfried Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2007/02/04 12:27:34 wilfried Exp $
|
||||||
bin/wmWeather
|
bin/wmWeather
|
||||||
bin/wmweather
|
bin/wmweather
|
||||||
@man man/man1/wmWeather.1
|
@man man/man1/wmWeather.1
|
||||||
@man man/man1/wmweather.1
|
@man man/man1/wmweather.1
|
||||||
shared/
|
share/examples/wmweather/
|
||||||
shared/examples/
|
share/examples/wmweather/wmweather.conf
|
||||||
shared/examples/wmweather/
|
|
||||||
shared/examples/wmweather/wmweather.conf
|
|
||||||
@sample ${SYSCONFDIR}/wmweather.conf
|
@sample ${SYSCONFDIR}/wmweather.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user