diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 03:44:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 03:44:39 +0000 |
commit | 21e9c8302719bd9687d7dc35d711bbec15174a10 (patch) | |
tree | 93e2183615c80efc8b20272a600a163a21ebd79e /deskutils/xmaddressbook | |
parent | 7ea13a5805618fab55384648793692347c8af615 (diff) | |
download | FreeBSD-ports-21e9c8302719bd9687d7dc35d711bbec15174a10.zip FreeBSD-ports-21e9c8302719bd9687d7dc35d711bbec15174a10.tar.gz |
Move manpages from pkg/PLIST to MAN1 in Makefile.
Diffstat (limited to 'deskutils/xmaddressbook')
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xmaddressbook/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile index ff090af..e420722 100644 --- a/deskutils/xmaddressbook/Makefile +++ b/deskutils/xmaddressbook/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jul 1996 # Whom: shanee@augusta.de # -# $Id: Makefile,v 1.3 1997/10/26 23:57:13 fenner Exp $ +# $Id: Makefile,v 1.4 1998/08/07 22:17:54 asami Exp $ # DISTNAME= xmaddressbook-1.5.3 @@ -17,5 +17,6 @@ MAINTAINER= shanee@augusta.de REQUIRES_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/xmaddressbook +MAN1= xmaddressbook.1 .include <bsd.port.mk> diff --git a/deskutils/xmaddressbook/pkg-plist b/deskutils/xmaddressbook/pkg-plist index a1863b8..f2c4817 100644 --- a/deskutils/xmaddressbook/pkg-plist +++ b/deskutils/xmaddressbook/pkg-plist @@ -1,4 +1,4 @@ bin/xmaddressbook lib/X11/app-defaults/XmAddressBook lib/X11/xmaddressbook/xmaddressbook.hlp -man/man1/xmaddressbook.1.gz +@dirrm lib/X11/xmaddressbook |