diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2014-06-24 23:15:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2014-06-24 23:15:56 +0800 |
commit | f3167304245273196adca8d742ef78656301ac06 (patch) | |
tree | 044cad7155915860e96f939b6b4a20e66ea07d6a /x11-clocks | |
parent | 73402f58bc8ec49b9815ea7a9e7932bfa981ebee (diff) | |
download | freebsd-ports-gnome-f3167304245273196adca8d742ef78656301ac06.tar.gz freebsd-ports-gnome-f3167304245273196adca8d742ef78656301ac06.tar.zst freebsd-ports-gnome-f3167304245273196adca8d742ef78656301ac06.zip |
Remove IS_INTERACTIVE.
PR: ports/191208
Submitted by: marino
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index db99d6b83c82..8cb7aaf74de1 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -2,7 +2,7 @@ PORTNAME= asclock-xlib PORTVERSION= 2.0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks afterstep windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -16,11 +16,6 @@ WRKSRC= ${WRKDIR}/asclock-xlib USE_XORG= xpm x11 USES= imake -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= YES -HAS_CONFIGURE= YES -.endif - .include <bsd.port.pre.mk> post-patch: @@ -28,12 +23,10 @@ post-patch: ${MV} config.c config.c.tmp; \ ${SED} -e s@/usr/local/@${PREFIX}/@ -e s@/usr/share/asclock@${PREFIX}/share/asclock@ < config.c.tmp > config.c ) -.if defined(BATCH) pre-configure: @(cd ${WRKSRC}; \ ${RM} -rf default_theme; \ ${LN} -s themes/Orb default_theme) -.endif post-install: .for i in Freeamp Newstone Orb Stone beats classic penguin shaped |