diff options
author | pst <pst@FreeBSD.org> | 1997-11-24 09:38:13 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-24 09:38:13 +0000 |
commit | 0549ab76605f9c664231b1369751d4a491b410fa (patch) | |
tree | 8e64459f506c955cafbd2626e6188256e1ffd770 /palm/pilot-link-devel | |
parent | 8d21643b501b8903d7f0696709e48003dc542815 (diff) | |
download | FreeBSD-ports-0549ab76605f9c664231b1369751d4a491b410fa.zip FreeBSD-ports-0549ab76605f9c664231b1369751d4a491b410fa.tar.gz |
Forgot to add MAN1= stuff.
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index d20430b..6d69b9f 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/24 09:10:43 pst Exp $ DISTNAME= pilot-link.0.8.7 PKGNAME= pilot-link-0.8.7 @@ -18,4 +18,8 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl5 +MAN1= dlpsh.1.gz ietf2datebook.1.gz install-datebook.1.gz \ + install-memo.1.gz install-user.1.gz pilot-xfer.1.gz \ + read-ical.1.gz + .include <bsd.port.mk> |