diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 07:10:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-28 07:10:54 +0000 |
commit | 8b02cf6d74a9a21d72707635ab78acfecffe8b34 (patch) | |
tree | d48683f73800b2abd2d1dd10cac6c56bd10f9d39 /www | |
parent | cd9cfcfc41b4332817d63e1cdac4290524455bd8 (diff) | |
download | ports-8b02cf6d74a9a21d72707635ab78acfecffe8b34.tar.gz ports-8b02cf6d74a9a21d72707635ab78acfecffe8b34.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/shellinabox/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index bc6551f7e375..7c1d4a5924b7 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -40,6 +40,12 @@ SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} .include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not load on powerpc +.endif + post-patch: .if defined(WITH_ENABLE_CORES) @${REINPLACE_CMD} \ @@ -59,4 +65,4 @@ do-install: ${CHOWN} ${USERS}:${GROUPS} ${ETCDIR}/ ${INSTALL_MAN} ${WRKSRC}/shellinaboxd.1 ${MANPREFIX}/man/man1/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |