diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:56:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 05:56:28 +0000 |
commit | 52388917c8468f6dd913b5171703bdbb708a11b5 (patch) | |
tree | d9c6eda3d1c58c8ddaeb5acf045450a160ff26da /misc/pantry | |
parent | feb328e21ac3ff64c739cd78f6203049d05d5edc (diff) | |
download | ports-52388917c8468f6dd913b5171703bdbb708a11b5.tar.gz ports-52388917c8468f6dd913b5171703bdbb708a11b5.zip |
Notes
Diffstat (limited to 'misc/pantry')
-rw-r--r-- | misc/pantry/Makefile | 3 | ||||
-rw-r--r-- | misc/pantry/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile index a7f9a88d0446..a22aa453764c 100644 --- a/misc/pantry/Makefile +++ b/misc/pantry/Makefile @@ -12,7 +12,4 @@ COMMENT= Command-line nutrition analysis program USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= pantry.1 pantryd.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/pantry/pkg-plist b/misc/pantry/pkg-plist index 43439789b5fc..ce4ef4d51281 100644 --- a/misc/pantry/pkg-plist +++ b/misc/pantry/pkg-plist @@ -20,6 +20,8 @@ bin/pantryd %%DATADIR%%/scripts/macronuts %%DATADIR%%/scripts/recipe_template %%DATADIR%%/scripts/zsh_functions +man/man1/pantry.1.gz +man/man1/pantryd.1.gz @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%%/examples/recipes @dirrm %%DATADIR%%/examples/foods |