diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-12 13:56:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-12 13:56:28 +0800 |
commit | 91fe7c64ac9bce5ac7ab828cd613c9b432d10504 (patch) | |
tree | d9c6eda3d1c58c8ddaeb5acf045450a160ff26da /misc | |
parent | 0c39c04290e18ba6dbfb3ca10eed3a0a0ee737e8 (diff) | |
download | freebsd-ports-gnome-91fe7c64ac9bce5ac7ab828cd613c9b432d10504.tar.gz freebsd-ports-gnome-91fe7c64ac9bce5ac7ab828cd613c9b432d10504.tar.zst freebsd-ports-gnome-91fe7c64ac9bce5ac7ab828cd613c9b432d10504.zip |
- Stage support
Diffstat (limited to 'misc')
-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 |