diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch) | |
tree | ac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/xcolors | |
parent | 61b8183d2d26d74ed7220e3779585bb852d14003 (diff) | |
download | ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.tar.gz ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.zip |
Notes
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/Makefile | 3 | ||||
-rw-r--r-- | x11/xcolors/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 43ad9ff1ed8d..b49b57f4df5f 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1997/12/25 22:29:51 asami Exp $ +# $Id: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp $ # DISTNAME= xcolors @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/xcolors USE_IMAKE= yes IGNOREFILES= ${DISTFILES} +MAN1= xcolors.1 .include <bsd.port.mk> diff --git a/x11/xcolors/pkg-plist b/x11/xcolors/pkg-plist index 1a5fca4c68d8..152793eb1496 100644 --- a/x11/xcolors/pkg-plist +++ b/x11/xcolors/pkg-plist @@ -1,3 +1,2 @@ bin/xcolors lib/X11/app-defaults/Xcolors -man/man1/xcolors.1.gz |