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/xli | |
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/xli')
-rw-r--r-- | graphics/xli/Makefile | 4 | ||||
-rw-r--r-- | graphics/xli/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 5e2a64f819b8..89b23fdfbfef 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1996/08/04 16:48:17 chuckr Exp $ +# $Id: Makefile,v 1.7 1996/11/18 09:53:56 asami Exp $ # DISTNAME= xli.1.16 @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xli.1 xlito.1 + NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/graphics/xli/pkg-plist b/graphics/xli/pkg-plist index 8d85bfe8e59c..e7d877ee33a8 100644 --- a/graphics/xli/pkg-plist +++ b/graphics/xli/pkg-plist @@ -2,5 +2,3 @@ bin/xli bin/xlito bin/xview bin/xsetbg -man/man1/xli.1.gz -man/man1/xlito.1.gz |