diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-05 02:52:29 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-05 02:52:29 +0000 |
commit | 2866b65676cd41d3f38207a732f307428038cc0a (patch) | |
tree | 37c37e193304cdf7250637860e36b3afbcc8d374 /astro | |
parent | ee9e195259060d17203e8863bb1d23a94d6e9ffc (diff) | |
download | FreeBSD-ports-2866b65676cd41d3f38207a732f307428038cc0a.zip FreeBSD-ports-2866b65676cd41d3f38207a732f307428038cc0a.tar.gz |
move manpage from PLIST to MAN1= in the Makefile
Diffstat (limited to 'astro')
-rw-r--r-- | astro/dgpsip/Makefile | 2 | ||||
-rw-r--r-- | astro/dgpsip/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/astro/dgpsip/Makefile b/astro/dgpsip/Makefile index f01f0e3..74ebcc1 100644 --- a/astro/dgpsip/Makefile +++ b/astro/dgpsip/Makefile @@ -14,4 +14,6 @@ MAINTAINER= dbaker@FreeBSD.org GNU_CONFIGURE= YES +MAN1= dgpsip.1 + .include <bsd.port.mk> diff --git a/astro/dgpsip/pkg-plist b/astro/dgpsip/pkg-plist index b57e96f..ae43547 100644 --- a/astro/dgpsip/pkg-plist +++ b/astro/dgpsip/pkg-plist @@ -1,2 +1 @@ bin/dgpsip -man/man1/dgpsip.1 |