summaryrefslogtreecommitdiff
path: root/x11/xantfarm/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-05 05:18:06 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-05 05:18:06 +0000
commit8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch)
treeac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/xantfarm/Makefile
parentDon't use ${LDCONFIG} if we don't install any shared libraries. (diff)
Move manpages to Makefile and use MAN* macros.
Notes
Notes: svn path=/head/; revision=13665
Diffstat (limited to 'x11/xantfarm/Makefile')
-rw-r--r--x11/xantfarm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile
index 5bf3784ae74e..470493c14ff2 100644
--- a/x11/xantfarm/Makefile
+++ b/x11/xantfarm/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/03/06 10:15:03 tg Exp $
#
DISTNAME= xantfarm
@@ -15,5 +15,6 @@ DISTFILES= xantfarm23oct91.tar.gz
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
USE_IMAKE= yes
+MAN1= xantfarm.1
.include <bsd.port.mk>