diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-05 21:57:57 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-05 21:57:57 +0000 |
commit | bcbfbfd4a35862963c1d6925b106aafbcf03a993 (patch) | |
tree | 1b21300dedb671d87365a58f93ecefcf314cd526 /x11-clocks/xalarm | |
parent | 73b0a29142a62ac83b066b249323147d9b3bb502 (diff) |
- Move USE_IMAKE and IS_INTERACTIVE before bsd.port.pre.mk inclusion.
Notes
Notes:
svn path=/head/; revision=136869
Diffstat (limited to 'x11-clocks/xalarm')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index 1c6b82e38756..a6d0313312c6 100644 --- a/x11-clocks/xalarm/Makefile +++ b/x11-clocks/xalarm/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= An X based alarm clock -.include <bsd.port.pre.mk> - USE_IMAKE= yes IS_INTERACTIVE= yes +.include <bsd.port.pre.mk> + MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1 pre-install: |