diff options
author | jlam <jlam> | 2006-04-07 15:28:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-07 15:28:49 +0000 |
commit | 62ac3cd6f1dd96a22ae496c710f567108f738230 (patch) | |
tree | eae0a3c619aa581c468f844fc4ed662ed76ea350 /security/fsh | |
parent | 21ba031fac0c530c39c3094302b358ad3b3cc4dc (diff) | |
download | pkgsrc-62ac3cd6f1dd96a22ae496c710f567108f738230.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 4 | ||||
-rw-r--r-- | security/fsh/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 4dd88874918..4d495a9e85e 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/07 15:28:49 jlam Exp $ # DISTNAME= fsh-1.2 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.lysator.liu.se/fsh/ COMMENT= Fast remote command execution GNU_CONFIGURE= YES -INFO_FILES= fsh.info +INFO_FILES= # PLIST CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/security/fsh/PLIST b/security/fsh/PLIST index 440b83b8890..a6f75660e06 100644 --- a/security/fsh/PLIST +++ b/security/fsh/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/09 23:01:17 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/07 15:28:49 jlam Exp $ bin/fcp bin/fsh bin/fshd bin/in.fshd +info/fsh.info libexec/fcpwrap share/fsh/fsh.py share/fsh/fshcompat.py |