diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
commit | f71aebd7a629ab3d42772703dabaa2994b9cabfb (patch) | |
tree | d296052100f908858a6d7ff41dae09101a49228c /graphics/xpaint | |
parent | 8e66dd0b900dbc3510bd83422e3c84992c348da0 (diff) | |
download | ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.tar.gz ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.zip |
Move manpages to Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13652
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 3 | ||||
-rw-r--r-- | graphics/xpaint/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index efcd80a8c5c5..437609cc8860 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.26 1998/09/17 00:50:49 asami Exp $ +# $Id: Makefile,v 1.27 1998/09/19 05:46:06 steve Exp $ # DISTNAME= xpaint-2.5.4 @@ -19,5 +19,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes +MAN1= xpaint.1 .include <bsd.port.mk> diff --git a/graphics/xpaint/pkg-plist b/graphics/xpaint/pkg-plist index bee8d3a19f28..138d5e9e4bf2 100644 --- a/graphics/xpaint/pkg-plist +++ b/graphics/xpaint/pkg-plist @@ -1,3 +1,2 @@ bin/xpaint -man/man1/xpaint.1.gz lib/X11/app-defaults/XPaint |