- replace UNMESSAGE by @extraunexec and regen PLIST .

- bump PKGNAME .

ok couderc@ espie@
This commit is contained in:
aanriot 2006-08-04 10:41:07 +00:00
parent 0ff3b4adf8
commit 066dadfff7
3 changed files with 6 additions and 12 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2005/05/05 12:07:11 couderc Exp $
# $OpenBSD: Makefile,v 1.7 2006/08/04 10:41:07 aanriot Exp $
COMMENT= "dependency configuration tool"
VERSION= 0.9.3
DISTNAME= pmk-${VERSION}
PKGNAME= ${DISTNAME}
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
HOMEPAGE= http://pmk.sourceforge.net/

View File

@ -1,8 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2005/01/31 17:06:06 couderc Exp $
@comment $OpenBSD: PLIST,v 1.5 2006/08/04 10:41:07 aanriot Exp $
bin/pmk
bin/pmkinstall
bin/pmkpc
bin/pmkscan
bin/pmksetup
@exec %B/pmksetup
@man man/man1/pmk.1
@man man/man1/pmkinstall.1
@man man/man1/pmkpc.1
@ -16,5 +18,4 @@ share/pmk/pmkcomp.dat
share/pmk/pmkcpu.dat
share/pmk/pmkfile.sample
share/pmk/pmkscan.dat
bin/pmksetup
@exec %B/pmksetup
@extraunexec rm -rf ${SYSCONFDIR}/pmk/*

View File

@ -1,7 +0,0 @@
To completely deinstall this package you need to perform these steps as
root:
rm -r ${SYSCONFDIR}/pmk
Do not do this if you plan on re-installing this package at some future
time.