Move to pkg-readmes and REVISION.
This commit is contained in:
parent
159318e634
commit
c4d4ca4f00
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/18 17:48:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/06 08:03:05 ajacoutot Exp $
|
||||
|
||||
# XXX Are we affected by CVE-2008-0386? Our sed(1) does not behave as
|
||||
# the GNU version.
|
||||
@ -6,9 +6,10 @@
|
||||
COMMENT= utilities to assist desktop integration tasks
|
||||
|
||||
DISTNAME= xdg-utils-1.0.2
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= devel
|
||||
|
||||
REVISION= 9
|
||||
|
||||
HOMEPAGE= http://portland.freedesktop.org/wiki/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
@ -38,11 +39,6 @@ post-install:
|
||||
# some java apps use 'email' and 'open' as fallbacks.
|
||||
ln -s xdg-email ${PREFIX}/bin/email
|
||||
ln -s xdg-open ${PREFIX}/bin/open
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xdg-utils
|
||||
${SUBST_CMD} -c ${FILESDIR}/README.OpenBSD \
|
||||
${PREFIX}/share/doc/xdg-utils/README.OpenBSD
|
||||
chown ${SHAREOWN}:${SHAREGRP} \
|
||||
${PREFIX}/share/doc/xdg-utils/README.OpenBSD
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xdg-utils
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/x* ${PREFIX}/share/examples/xdg-utils
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/01/02 17:05:27 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/11/06 08:03:05 ajacoutot Exp $
|
||||
@conflict thinkingrock-<=2.0.1p1
|
||||
bin/email
|
||||
bin/open
|
||||
@ -16,8 +16,7 @@ bin/xdg-screensaver
|
||||
@man man/man1/xdg-mime.1
|
||||
@man man/man1/xdg-open.1
|
||||
@man man/man1/xdg-screensaver.1
|
||||
share/doc/xdg-utils/
|
||||
share/doc/xdg-utils/README.OpenBSD
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/examples/xdg-utils/
|
||||
share/examples/xdg-utils/xdg-email-hook.pl
|
||||
share/examples/xdg-utils/xdg-open-hook.sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2008/11/01 19:30:07 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.1 2010/11/06 08:03:05 ajacoutot Exp $
|
||||
|
||||
xdg-utils is patched to permit customized start scripts when opening
|
||||
files, URLs or emails. Example scripts can be found in
|
||||
${TRUEPREFIX}/share/examples/xdg-utils. Just copy these into your PATH as
|
||||
xdg-email-hook or xdg-open-hook.
|
||||
${TRUEPREFIX}/share/examples/xdg-utils. Just copy these into your PATH
|
||||
as xdg-email-hook or xdg-open-hook.
|
Loading…
Reference in New Issue
Block a user