diff options
author | cy <cy@FreeBSD.org> | 2005-04-19 23:38:05 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-04-19 23:38:05 +0000 |
commit | 1ebc60fd4022d71c70713a5a5b77bba909e38a86 (patch) | |
tree | 33787ed8fed5accf13497107c49ee03f2a0479de /security/sudosh3/Makefile | |
parent | 26b01b634dc84892ab2ba6833e25f44c33e84b4b (diff) | |
download | FreeBSD-ports-1ebc60fd4022d71c70713a5a5b77bba909e38a86.zip FreeBSD-ports-1ebc60fd4022d71c70713a5a5b77bba909e38a86.tar.gz |
Package list fixup.
Noticed by: kris
Pointy hat to: myself
Diffstat (limited to 'security/sudosh3/Makefile')
-rw-r--r-- | security/sudosh3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 4d7cfd1..1c007c5 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> |