diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:39:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:39:12 +0000 |
commit | a3ce042589f77554b1961ba1d20d7aadae0284cf (patch) | |
tree | 06bc0b1dca7ccd346b0009dcb3272b16fff6c0dc /x11-clocks/xdaliclock/Makefile | |
parent | 2a6135917feab16f141ec7bea0df246890d0d611 (diff) |
Notes
Diffstat (limited to 'x11-clocks/xdaliclock/Makefile')
-rw-r--r-- | x11-clocks/xdaliclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index f8e61b487e07..5a406106f8ab 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -3,7 +3,7 @@ # Date created: 10th February 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1998/02/18 18:08:23 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/08/07 22:28:05 asami Exp $ # DISTNAME= xdaliclock-2.11 @@ -14,5 +14,6 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= gpalmer@FreeBSD.ORG USE_IMAKE= yes +MAN1= xdaliclock.1 .include <bsd.port.mk> |