diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-09-12 12:50:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-09-12 12:50:02 +0000 |
commit | 689bb16caf7d3965751302db1979553acbfc67e6 (patch) | |
tree | ccb6ff1c5ac42ce4fba8673bca45c2a682d8678b /x11-clocks | |
parent | 4c13ac14482bf8b9de1f774fb1f5cf0f4e97c2eb (diff) | |
download | ports-689bb16caf7d3965751302db1979553acbfc67e6.tar.gz ports-689bb16caf7d3965751302db1979553acbfc67e6.zip |
Notes
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; \ |