diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 03:44:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 03:44:39 +0000 |
commit | 812bf20e678de9c57a298b45dfa4af3d3c814b65 (patch) | |
tree | aacaff0b8bc03988fb1ff11ddbdab402e100ea52 /deskutils/xpostit | |
parent | 878bf358d49e2c1bbdb86926bbab5f9db53fbb3f (diff) |
Move manpages from pkg/PLIST to MAN1 in Makefile.
Notes
Notes:
svn path=/head/; revision=13441
Diffstat (limited to 'deskutils/xpostit')
-rw-r--r-- | deskutils/xpostit/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xpostit/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpostit/Makefile b/deskutils/xpostit/Makefile index 44085327f1bd..cec04b31aff2 100644 --- a/deskutils/xpostit/Makefile +++ b/deskutils/xpostit/Makefile @@ -3,7 +3,7 @@ # Date created: 6 May 1996 # Whom: joerg # -# $Id: Makefile,v 1.4 1997/08/21 18:07:46 joerg Exp $ +# $Id: Makefile,v 1.5 1998/08/07 22:17:54 asami Exp $ # DISTNAME= xpostit3.3.1 @@ -21,5 +21,6 @@ MAINTAINER= joerg@FreeBSD.ORG USE_IMAKE= yes WRKSRC= ${WRKDIR}/xpostit +MAN1= xpostit.1 .include <bsd.port.mk> diff --git a/deskutils/xpostit/pkg-plist b/deskutils/xpostit/pkg-plist index fccb2d5c7457..f6a20d331fe7 100644 --- a/deskutils/xpostit/pkg-plist +++ b/deskutils/xpostit/pkg-plist @@ -1,4 +1,3 @@ bin/xpostit lib/X11/app-defaults/XPostit lib/X11/app-defaults/XPostit-color -man/man1/xpostit.1.gz |