diff options
author | pat <pat@FreeBSD.org> | 2002-10-08 20:11:53 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-08 20:11:53 +0000 |
commit | 03716e8fae9708007bc668925663efe52aba5d46 (patch) | |
tree | b4d690105e7a4e05af8153d8f0e052faa330084c /sysutils/wmapmload | |
parent | 415375d474c7daf01756f60153aa48c091b26d07 (diff) | |
download | FreeBSD-ports-03716e8fae9708007bc668925663efe52aba5d46.zip FreeBSD-ports-03716e8fae9708007bc668925663efe52aba5d46.tar.gz |
Mark this port only for i386 architecture and fix whitespace while i am at it.
Submitted by: Matthew Luckie <kluckie@ihug.co.nz>
Diffstat (limited to 'sysutils/wmapmload')
-rw-r--r-- | sysutils/wmapmload/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile index 84e6d3d..9049bfe 100644 --- a/sysutils/wmapmload/Makefile +++ b/sysutils/wmapmload/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ MAINTAINER= pat@FreeBSD.org +ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -19,8 +20,8 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 -BINMODE= 2755 -BINGRP= operator +BINMODE= 2755 +BINGRP= operator do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmapmload ${PREFIX}/bin |