diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-08 20:11:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-08 20:11:53 +0000 |
commit | 1589ed1893d23a82256ec610462e3f98acc93979 (patch) | |
tree | 3576105ed2007c367352e94c39a27f4405207bfa /sysutils/wmapmload | |
parent | 23d43d7c4d25ad9490ebb7a69e85e7453052a440 (diff) | |
download | ports-1589ed1893d23a82256ec610462e3f98acc93979.tar.gz ports-1589ed1893d23a82256ec610462e3f98acc93979.zip |
Notes
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 84e6d3de259a..9049bfe63c1b 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 |