diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
commit | f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91 (patch) | |
tree | e9a77f53d4fe679665594e718ad34b49668507cc /x11-toolkits/linux-openmotif | |
parent | 063f8ca62467e4709e58c8bb6b67c85970fe28a1 (diff) | |
download | ports-f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91.tar.gz ports-f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91.zip |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes
Notes:
svn path=/head/; revision=132992
Diffstat (limited to 'x11-toolkits/linux-openmotif')
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index 40884e0cc17e..60d6b42d0426 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.${MACHINE_ARCH}.rpm +EXTRACT_SUFX= -0.1.${ARCH}.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ |