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/xtestpicture/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/xtestpicture/Makefile')
-rw-r--r-- | x11/xtestpicture/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile index d39728e..06e3e66 100644 --- a/x11/xtestpicture/Makefile +++ b/x11/xtestpicture/Makefile @@ -3,7 +3,7 @@ # Date created: 11 March 1997 # Whom: joerg # -# $Id: Makefile,v 1.3 1998/05/26 09:37:27 joerg Exp $ +# $Id: Makefile,v 1.4 1998/07/23 13:03:54 joerg Exp $ # DISTNAME= xtestpicture-1.2 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ MAINTAINER= joerg@FreeBSD.org USE_IMAKE= yes +MAN1= xtestpicture.1 .include <bsd.port.mk> |