diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-20 08:40:34 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-20 08:40:34 +0800 |
commit | 1230ae864e84a916fc340a9a918d727a67d61953 (patch) | |
tree | 1f38cd0e3c0ab27c6fb2a14b082c34b5211ed498 /sysutils | |
parent | 374dcd960947ecb601b101020a9fdaf3d9c86496 (diff) | |
download | freebsd-ports-gnome-1230ae864e84a916fc340a9a918d727a67d61953.tar.gz freebsd-ports-gnome-1230ae864e84a916fc340a9a918d727a67d61953.tar.zst freebsd-ports-gnome-1230ae864e84a916fc340a9a918d727a67d61953.zip |
Support staging
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cronolog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cronolog/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 05ed3e262c1e..5055c2b1e24e 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -15,9 +15,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= cronolog-devel-[0-9]* INFO= cronolog -MAN1= cronolog.1m cronosplit.1m -NO_STAGE= yes GNU_CONFIGURE= yes OPTIONS_DEFINE= SETUID_PATCH diff --git a/sysutils/cronolog/pkg-plist b/sysutils/cronolog/pkg-plist index 37593a791e53..b9a0b4a50792 100644 --- a/sysutils/cronolog/pkg-plist +++ b/sysutils/cronolog/pkg-plist @@ -1,2 +1,4 @@ sbin/cronolog sbin/cronosplit +man/man1/cronolog.1m.gz +man/man1/cronosplit.1m.gz |