diff options
author | kris <kris@FreeBSD.org> | 2000-04-29 21:55:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-29 21:55:30 +0000 |
commit | 1aac59090d2d6431a5580d57f3bcf9849df676fd (patch) | |
tree | 1b56bba9fe4277143c74022c339de7db08a66bc0 /sysutils | |
parent | b1a6fd8efc21d95149367e4e0c2885465e41b066 (diff) | |
download | FreeBSD-ports-1aac59090d2d6431a5580d57f3bcf9849df676fd.zip FreeBSD-ports-1aac59090d2d6431a5580d57f3bcf9849df676fd.tar.gz |
Mark BROKEN: PLIST is out of sync with the files installed
Noticed by: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libretto-config/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile index 73f541f..1c54a23 100644 --- a/sysutils/libretto-config/Makefile +++ b/sysutils/libretto-config/Makefile @@ -21,6 +21,8 @@ DOCDIR= ${PREFIX}/share/doc/${PORT_NAME} MAN8= ${PORT_NAME}.8 MANLANG= . ja +BROKEN= "PLIST is incorrect" + post-install: # install japanese manpage also :-) @${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${PREFIX}/man/ja/man8/${PORT_NAME}.8 |