diff options
author | asami <asami@FreeBSD.org> | 1999-10-01 09:31:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-01 09:31:29 +0000 |
commit | 4cf74b973e578fa9581c1d3262336358432e1cb3 (patch) | |
tree | fa03128453a1df0af277518e20feedee59db287c /lang/squeak1/Makefile | |
parent | aa0d9f9f23e63243f54400cbb1c018b12a899203 (diff) | |
download | FreeBSD-ports-4cf74b973e578fa9581c1d3262336358432e1cb3.zip FreeBSD-ports-4cf74b973e578fa9581c1d3262336358432e1cb3.tar.gz |
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/squeak1/Makefile')
-rw-r--r-- | lang/squeak1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile index e1cc62e..2513854 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> |