diff options
author | flz <flz@FreeBSD.org> | 2005-06-06 05:57:57 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-06 05:57:57 +0800 |
commit | e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db (patch) | |
tree | cc5e1e8dd86355187fdca00dffe5f77598014038 | |
parent | 37a783cf78d998a97968fd8d13531bab0b8dea1b (diff) | |
download | freebsd-ports-gnome-e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db.tar.gz freebsd-ports-gnome-e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db.tar.zst freebsd-ports-gnome-e7ccd589f285d6e7a6200f5dbada21b2e8f9b4db.zip |
- Move USE_IMAKE and IS_INTERACTIVE before bsd.port.pre.mk inclusion.
-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: |