diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 5f36ef6e4a9221e4449a54a90685564c35712463 (patch) | |
tree | 0a70ca115ca840b9aeaa77fdaf4ae46569813a90 /x11/bricons | |
parent | d27d260f343906a71a835e2e1b57090c777d7d3c (diff) | |
download | FreeBSD-ports-5f36ef6e4a9221e4449a54a90685564c35712463.zip FreeBSD-ports-5f36ef6e4a9221e4449a54a90685564c35712463.tar.gz |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/Makefile | 3 | ||||
-rw-r--r-- | x11/bricons/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index a2f07ea..52fd98e 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jul 1996 # Whom: shanee@augusta.de # -# $Id: Makefile,v 1.4 1998/09/15 11:13:38 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:32:59 asami Exp $ # DISTNAME= bricons @@ -18,6 +18,7 @@ MAINTAINER= shanee@augusta.de LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= bricons.1 post-install: ${INSTALL_DATA} $(WRKDIR)/bricons/Xbricons $(PREFIX)/lib/X11/app-defaults/ diff --git a/x11/bricons/pkg-plist b/x11/bricons/pkg-plist index ae3d3fa..b7251ac 100644 --- a/x11/bricons/pkg-plist +++ b/x11/bricons/pkg-plist @@ -1,5 +1,4 @@ bin/bricons -man/man1/bricons.1.gz lib/X11/app-defaults/Xbricons include/X11/bitmaps/calander.xbm include/X11/bitmaps/help.xbm |