diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 04:03:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 04:03:18 +0000 |
commit | 5f836340982476455cb4abb9463b55044c0ebffc (patch) | |
tree | d6d7726c513b87288111198c83a27c9e53ac8a30 /x11-wm/piewm/Makefile | |
parent | 01d6667dc180882c8fcc822fca870ad91f92582c (diff) |
Move manpages to the Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13622
Diffstat (limited to 'x11-wm/piewm/Makefile')
-rw-r--r-- | x11-wm/piewm/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |