aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtattr/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-05 13:18:06 +0800
committersteve <steve@FreeBSD.org>1998-10-05 13:18:06 +0800
commit5f36ef6e4a9221e4449a54a90685564c35712463 (patch)
tree0a70ca115ca840b9aeaa77fdaf4ae46569813a90 /x11/xtattr/Makefile
parentd27d260f343906a71a835e2e1b57090c777d7d3c (diff)
downloadfreebsd-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/xtattr/Makefile')
-rw-r--r--x11/xtattr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile
index e421d88c652b..7c55c8c87979 100644
--- a/x11/xtattr/Makefile
+++ b/x11/xtattr/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 August 1997
# Whom: jeff@cetlink.net
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/10/31 13:04:14 tg Exp $
#
DISTNAME= xtattr-1.0
@@ -13,5 +13,6 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= ports@FreeBSD.ORG
USE_IMAKE= yes
+MAN1= xtattr.1
.include <bsd.port.mk>