diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 22:55:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 22:55:22 +0000 |
commit | 85d792d8856b8866607cb51c35955fc89216b7da (patch) | |
tree | d99fc02b5dac4199e7928bf0d84703dbed2ae36e /security/fsh | |
parent | 5d8cfd4ad73d27a47571cc2e32d8d2045868c0d9 (diff) | |
download | pkgsrc-85d792d8856b8866607cb51c35955fc89216b7da.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 5 | ||||
-rw-r--r-- | security/fsh/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 229f8cf73ac..60095f63b2f 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 17:20:09 martti Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/04 22:55:22 seb Exp $ # DISTNAME= fsh-1.2 @@ -11,9 +11,10 @@ HOMEPAGE= http://www.lysator.liu.se/fsh/ COMMENT= Fast remote command execution GNU_CONFIGURE= YES +USE_NEW_TEXINFO= YES +INFO_FILES= fsh.info CONFIGURE_ENV+= PYTHON=${PYTHONBIN} .include "../../lang/python/application.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/fsh/PLIST b/security/fsh/PLIST index ccbd5616c25..a8a237cb6e5 100644 --- a/security/fsh/PLIST +++ b/security/fsh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/05 21:59:35 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/04 22:55:23 seb Exp $ bin/fcp bin/fsh bin/fshd @@ -11,7 +11,5 @@ share/fsh/fshd.py share/fsh/fshlib.py share/fsh/fshversion.py share/fsh/infshd.py -@unexec ${INSTALL_INFO} --delete %D/info/fsh.info %D/info/dir info/fsh.info -@exec ${INSTALL_INFO} %D/info/fsh.info %D/info/dir @dirrm share/fsh |