diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-27 18:33:12 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-27 18:33:12 +0800 |
commit | 4fdad82b9a03d790b8d52d7a2336fcf4c30e2fcd (patch) | |
tree | 91241f8245a0ccd484fb0171ad28d699e6858a5c /games | |
parent | 4cb07eb2581c48860df85577dae105803bd4dc11 (diff) | |
download | freebsd-ports-gnome-4fdad82b9a03d790b8d52d7a2336fcf4c30e2fcd.tar.gz freebsd-ports-gnome-4fdad82b9a03d790b8d52d7a2336fcf4c30e2fcd.tar.zst freebsd-ports-gnome-4fdad82b9a03d790b8d52d7a2336fcf4c30e2fcd.zip |
Fix extract problem
PR: 93889
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
Approved by: portmgr (kris)
Pointyhat to: ehaupt
Diffstat (limited to 'games')
-rw-r--r-- | games/noegnud-slashem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |