diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
commit | c3d8037aeba75366ed06e02fbc981e15b46e7d0a (patch) | |
tree | 6074bae79118b7d7d4d3d3a8ac0a4dcd65f18f8b /x11-toolkits/linux-f10-openmotif/Makefile | |
parent | b286f01b6c3af5d674e10da33f8eda0c2011007b (diff) | |
download | ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.tar.gz ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.zip |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Notes
Notes:
svn path=/head/; revision=133116
Diffstat (limited to 'x11-toolkits/linux-f10-openmotif/Makefile')
-rw-r--r-- | x11-toolkits/linux-f10-openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index 60d6b42d0426..40884e0cc17e 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-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.${ARCH}.rpm +EXTRACT_SUFX= -0.1.${MACHINE_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.${ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ |