diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-27 15:27:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-27 15:27:53 +0000 |
commit | c895e2d1d85b72e6ce4c21bb0438dca56eb66b4e (patch) | |
tree | bd745438113b29cc0b1c37085d3b9fce63f4e383 /net/wmnd | |
parent | Add mapchan 1.4, an implementation of the utility "mapchan" (diff) |
Install .info files by using INFO knob.
Notes
Notes:
svn path=/head/; revision=129893
Diffstat (limited to 'net/wmnd')
-rw-r--r-- | net/wmnd/Makefile | 1 | ||||
-rw-r--r-- | net/wmnd/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index de6e6fbad5a4..80679acc82ec 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \ --program-transform-name="" +INFO= gpl MAN1= wmnd.1 post-install: diff --git a/net/wmnd/pkg-plist b/net/wmnd/pkg-plist index 1aece0a7b789..353e097a15d0 100644 --- a/net/wmnd/pkg-plist +++ b/net/wmnd/pkg-plist @@ -1,6 +1,3 @@ bin/wmnd -@unexec install-info --delete %D/info/gpl.info %D/info/dir -info/gpl.info -@exec install-info %D/info/gpl.info %D/info/dir share/examples/wmnd/wmndrc @dirrm share/examples/wmnd |