diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 00:14:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 00:14:08 +0000 |
commit | 60ec9e3e72f042bc205684bc47b4c5daea1cfaa0 (patch) | |
tree | 390ec42110a7d54c93e224dcae9f97276f7881d0 /lang/pfe | |
parent | b4473a47cb8c0dce039592fd7f810fec11b16418 (diff) | |
download | pkgsrc-60ec9e3e72f042bc205684bc47b4c5daea1cfaa0.tar.gz |
Something docbook-related changed a while ago and this package now
installs, among its documentation, an extra empty file called
pfe-manual.proc.
It's been failing in ~every bulk build, so I'm just going to add the
thing to the PLIST unconditionally. And because of the total
unimportance of the extra file, I'm not going to bump the package
revision.
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pfe/PLIST b/lang/pfe/PLIST index cb0ae735b29..dd35a28f7c4 100644 --- a/lang/pfe/PLIST +++ b/lang/pfe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/15 14:17:46 asau Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/05/06 00:14:08 dholland Exp $ bin/pfe bin/pfe-exec bin/pfe-exec-forth @@ -1346,6 +1346,7 @@ share/doc/pfe/${PKGVERSION}/pfe-manual/ch01s17.html share/doc/pfe/${PKGVERSION}/pfe-manual/ch01s18.html share/doc/pfe/${PKGVERSION}/pfe-manual/ch01s19.html share/doc/pfe/${PKGVERSION}/pfe-manual/index.html +share/doc/pfe/${PKGVERSION}/pfe-manual/pfe-manual.proc share/doc/pfe/${PKGVERSION}/pfe-words.html share/doc/pfe/${PKGVERSION}/pfe-wordsets.html share/doc/pfe/${PKGVERSION}/pfe-wordsets/assembler.html |