From 4fdad82b9a03d790b8d52d7a2336fcf4c30e2fcd Mon Sep 17 00:00:00 2001 From: ehaupt Date: Mon, 27 Feb 2006 10:33:12 +0000 Subject: Fix extract problem PR: 93889 Submitted by: Li-Lun Wang (Leland Wang) (maintainer) Approved by: portmgr (kris) Pointyhat to: ehaupt --- games/noegnud-slashem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index f5987a2cc57b..5b2f751a34f2 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -46,7 +46,7 @@ pre-everything:: .endif post-extract: - @${CP} ${DISTDIR}/se006e4f8${EXTRACT_SUFX} ${WRKSRC}/tarballs + @${CP} ${DISTDIR}/se006e4f8.tar.gz ${WRKSRC}/tarballs (cd ${WRKSRC} && ${MAKE} slashem-0.0.6E4F8) post-patch: -- cgit