diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
commit | 5f36ef6e4a9221e4449a54a90685564c35712463 (patch) | |
tree | 0a70ca115ca840b9aeaa77fdaf4ae46569813a90 /x11/xaniroc/Makefile | |
parent | d27d260f343906a71a835e2e1b57090c777d7d3c (diff) | |
download | freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.gz freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.zst freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.zip |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'x11/xaniroc/Makefile')
-rw-r--r-- | x11/xaniroc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index ec8be96c4447..929bd08dd5c8 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1997 # Whom: Stefan Zehl <sec@42.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/17 12:47:03 tg Exp $ # DISTNAME= xaniroc @@ -16,6 +16,7 @@ EXTRACT_SUFX= .src.tar.Z MAINTAINER= sec@42.org USE_IMAKE= yes +MAN1= xaniroc.1 post-extract: ${MV} ${WRKSRC}/manpage.1 ${WRKSRC}/xaniroc.man |