diff options
author | asami <asami@FreeBSD.org> | 1999-10-01 17:31:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-01 17:31:29 +0800 |
commit | 4cf74b973e578fa9581c1d3262336358432e1cb3 (patch) | |
tree | fa03128453a1df0af277518e20feedee59db287c /lang | |
parent | aa0d9f9f23e63243f54400cbb1c018b12a899203 (diff) | |
download | freebsd-ports-gnome-4cf74b973e578fa9581c1d3262336358432e1cb3.tar.gz freebsd-ports-gnome-4cf74b973e578fa9581c1d3262336358432e1cb3.tar.zst freebsd-ports-gnome-4cf74b973e578fa9581c1d3262336358432e1cb3.zip |
Make this work with rev. 1.321 of bsd.port.mk (support for distfiles
with directory names). In fact, what these ports were doing before
were not supported -- but they can walk under the sun now.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak1/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak1/distinfo | 2 | ||||
-rw-r--r-- | lang/squeak2/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak2/distinfo | 2 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak3/distinfo | 2 |
6 files changed, 6 insertions, 9 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile index e1cc62e4d573..2513854ec87c 100644 --- a/lang/squeak1/Makefile +++ b/lang/squeak1/Makefile @@ -21,7 +21,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de -ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_XLIB= yes @@ -45,7 +44,7 @@ do-install: .for f in Squeak1.31.changes Squeak1.31.image (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \ ${PREFIX}/share/squeak/${SQUEAK_SRC} .include <bsd.port.mk> diff --git a/lang/squeak1/distinfo b/lang/squeak1/distinfo index 0cb001d4aa27..bf9303e59210 100644 --- a/lang/squeak1/distinfo +++ b/lang/squeak1/distinfo @@ -1,2 +1,2 @@ MD5 (squeak/1.31.tar.gz) = b4ae8440a89573db57b034dd546ab122 -MD5 (squeak/SqueakV1.sources) = 72bb18e9b23f6a841efd332277c154d4 +MD5 (squeak/image/SqueakV1.sources) = 72bb18e9b23f6a841efd332277c154d4 diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index fc346be05cf4..ce8f460187ad 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -16,7 +16,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de -ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_XLIB= yes @@ -40,7 +39,7 @@ do-install: .for f in Squeak2.4.changes Squeak2.4.image (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \ ${PREFIX}/share/squeak/${SQUEAK_SRC} .include <bsd.port.mk> diff --git a/lang/squeak2/distinfo b/lang/squeak2/distinfo index 4405a83b0cae..e3c2d58d3887 100644 --- a/lang/squeak2/distinfo +++ b/lang/squeak2/distinfo @@ -1,2 +1,2 @@ MD5 (squeak/2.4.tar.gz) = db8a90c127ba98496f159e9ea0e4320d -MD5 (squeak/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367 +MD5 (squeak/image/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367 diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index fc346be05cf4..ce8f460187ad 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -16,7 +16,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de -ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_XLIB= yes @@ -40,7 +39,7 @@ do-install: .for f in Squeak2.4.changes Squeak2.4.image (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \ ${PREFIX}/share/squeak/${SQUEAK_SRC} .include <bsd.port.mk> diff --git a/lang/squeak3/distinfo b/lang/squeak3/distinfo index 4405a83b0cae..e3c2d58d3887 100644 --- a/lang/squeak3/distinfo +++ b/lang/squeak3/distinfo @@ -1,2 +1,2 @@ MD5 (squeak/2.4.tar.gz) = db8a90c127ba98496f159e9ea0e4320d -MD5 (squeak/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367 +MD5 (squeak/image/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367 |