summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-16 02:25:06 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-16 02:25:06 +0000
commit53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch)
tree750f62f43b17ff10a3a84f2060b666f410857ba7 /astro/sunclock/Makefile
parentRemove trailing dot in LIB_DEPENDS. (diff)
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes: svn path=/head/; revision=13165
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index c995653c512f..2c4fc96b9813 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 September 1996
# Whom: torstenb
#
-# $Id: Makefile,v 1.5 1997/05/29 01:49:59 fenner Exp $
+# $Id: Makefile,v 1.6 1998/07/08 12:08:46 scrappy Exp $
#
DISTNAME= sunclock-1.4
@@ -16,4 +16,6 @@ MAINTAINER= torstenb@FreeBSD.org
USE_IMAKE= YES
+MAN1= sunclock.1
+
.include <bsd.port.mk>