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/xsnow/Makefile | |
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/xsnow/Makefile')
-rw-r--r-- | x11/xsnow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 4e04c6c..48684be 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -3,7 +3,7 @@ # Date created: 12 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/11/26 09:51:30 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 09:56:45 asami Exp $ # DISTNAME= xsnow-1.40 @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes +MAN6= xsnow.6 pre-install: @mkdir -p ${PREFIX}/bin |