diff options
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index fed81add2b1a..ec42642a3ccb 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -15,8 +15,6 @@ MAINTAINER= kuriyama@FreeBSD.org WRKSRC= ${WRKDIR}/asclock-xlib USE_XPM= YES -.include <bsd.port.pre.mk> - .if defined(BATCH) USE_IMAKE= YES .else @@ -24,6 +22,8 @@ USE_X_PREFIX= YES HAS_CONFIGURE= YES .endif +.include <bsd.port.pre.mk> + post-patch: @(cd ${WRKSRC}; \ ${MV} config.c config.c.tmp; \ |