diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-19 10:57:54 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-19 10:57:54 +0000 |
commit | 72c9a1633cc2cbe56ef4d661ba0818c9ffe8a280 (patch) | |
tree | 91b26650aaea5f319a03eb6ef1c508f789136ed1 /comms/pilot-link | |
parent | d15bff2c92484e44f4f05b4e463db24ce4054cdb (diff) | |
download | pkgsrc-72c9a1633cc2cbe56ef4d661ba0818c9ffe8a280.tar.gz |
portlint: add manpages to MAN1.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 504f3fb69f7..4a38062c20c 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -3,16 +3,20 @@ # Date created: 13 March 1998 # Whom: sommerfeld@alum.mit.edu # -# $NetBSD: Makefile,v 1.4 1998/03/19 02:24:45 sommerfe Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/19 10:57:54 frueauf Exp $ # DISTNAME= pilot-link.0.8.11 CATEGORIES= comms MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ + MAINTAINER= sommerfeld@alum.mit.edu STRIPFLAG= -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes + +MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 install-memo.1 \ + install-user.1 pilot-xfer.1 read-ical.1 # use "default" configure because overriding INSTALL_PROGRAM does the # wrong thing for libtool-based packages like pilot-link... |