diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 00:39:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 00:39:58 +0000 |
commit | b5ea715f9f3363d274af5b12850a5736adeb764f (patch) | |
tree | bd744694cb67fb92ef4e408cfd6648035819b16e /sysutils/webjob/Makefile | |
parent | 91c1053d41890bb343d4869d8013844ef97f28fa (diff) |
Notes
Diffstat (limited to 'sysutils/webjob/Makefile')
-rw-r--r-- | sysutils/webjob/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index 6d018f6340fc..88d0aba57b03 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -32,13 +32,7 @@ CFLAGS+= -static MAN1= webjob.1 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Configure fails on amd64" -.endif - post-install: @${STRIP_CMD} ${PREFIX}/bin/webjob -.include <bsd.port.post.mk> +.include <bsd.port.mk> |