diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-19 18:53:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-19 18:53:46 +0000 |
commit | c17e193a45ec27a818da1d3e05030c7152398c89 (patch) | |
tree | 0e0f9eaa95ad31ac2adbcea1687b4bbef079a113 /astro | |
parent | cb7a51a1369270caf3dd8808a33654501d541b68 (diff) | |
download | ports-c17e193a45ec27a818da1d3e05030c7152398c89.tar.gz ports-c17e193a45ec27a818da1d3e05030c7152398c89.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/dgpsip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/dgpsip/Makefile b/astro/dgpsip/Makefile index 4a28f870ef2e..69b9b420d7b9 100644 --- a/astro/dgpsip/Makefile +++ b/astro/dgpsip/Makefile @@ -10,9 +10,8 @@ MAINTAINER= jharris@widomaker.com COMMENT= Differential GPS over IP communication device GNU_CONFIGURE= yes -NO_STAGE= yes -MAN1= dgpsip.1 -PLIST_FILES= bin/dgpsip +PLIST_FILES= bin/dgpsip \ + man/man1/dgpsip.1.gz .include <bsd.port.mk> |