diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-04-19 23:38:05 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-04-19 23:38:05 +0000 |
commit | 9564fa460c6d4dd109e15c66ee58c131a8017f7a (patch) | |
tree | 04803704154bbc84fd9a4d9147464266d5b5ac83 | |
parent | c00f766e56e76c4f64f73fbe8e55c97fe77e6ea3 (diff) | |
download | ports-9564fa460c6d4dd109e15c66ee58c131a8017f7a.tar.gz ports-9564fa460c6d4dd109e15c66ee58c131a8017f7a.zip |
Notes
-rw-r--r-- | security/sudosh/Makefile | 3 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 3 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 4d7cfd12a79f..1c007c5e5748 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -22,4 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ENV= LDFLAGS="-lutil" +MAN1= sudosh.1 +MAN8= sudosh-replay.8 + .include <bsd.port.mk> diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index 4d7cfd12a79f..1c007c5e5748 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -22,4 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ENV= LDFLAGS="-lutil" +MAN1= sudosh.1 +MAN8= sudosh-replay.8 + .include <bsd.port.mk> diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 4d7cfd12a79f..1c007c5e5748 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -22,4 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ENV= LDFLAGS="-lutil" +MAN1= sudosh.1 +MAN8= sudosh-replay.8 + .include <bsd.port.mk> |