diff options
author | steve <steve@FreeBSD.org> | 1998-10-04 12:03:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-04 12:03:18 +0800 |
commit | 252b4ee916c5b6d76487cbf757acb3793b25bb73 (patch) | |
tree | 94d9410c1ac8d52cb4fb275ff5723c32f53efd45 /x11-wm/piewm | |
parent | 93d29c9ffa16cb4324f5add6eeddf82342118b60 (diff) | |
download | freebsd-ports-gnome-252b4ee916c5b6d76487cbf757acb3793b25bb73.tar.gz freebsd-ports-gnome-252b4ee916c5b6d76487cbf757acb3793b25bb73.tar.zst freebsd-ports-gnome-252b4ee916c5b6d76487cbf757acb3793b25bb73.zip |
Move manpages to the Makefile and use MAN* macros.
Diffstat (limited to 'x11-wm/piewm')
-rw-r--r-- | x11-wm/piewm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/piewm/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index aacb14f8690d..1fa02ae32389 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.13 1998/09/15 11:13:36 asami Exp $ +# $Id: Makefile,v 1.14 1998/09/17 00:32:58 asami Exp $ # DISTNAME= piewm @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= piewm.1 # piewm.tar.Z includes and old version of xpm, and also a bunch of .o # files plus an executable diff --git a/x11-wm/piewm/pkg-plist b/x11-wm/piewm/pkg-plist index 53162142a235..d73ef90de3d4 100644 --- a/x11-wm/piewm/pkg-plist +++ b/x11-wm/piewm/pkg-plist @@ -1,5 +1,4 @@ bin/piewm bin/ssetroot lib/X11/piewm/system.twmrc -man/man1/piewm.1.gz @dirrm lib/X11/piewm |