diff options
author | flz <flz@FreeBSD.org> | 2005-06-05 21:57:57 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-05 21:57:57 +0000 |
commit | e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db (patch) | |
tree | cc5e1e8dd86355187fdca00dffe5f77598014038 /x11-clocks | |
parent | 37a783cf78d998a97968fd8d13531bab0b8dea1b (diff) | |
download | FreeBSD-ports-e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db.zip FreeBSD-ports-e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db.tar.gz |
- Move USE_IMAKE and IS_INTERACTIVE before bsd.port.pre.mk inclusion.
Diffstat (limited to 'x11-clocks')
-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 1c6b82e3..a6d0313 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: |