openbsd-ports/lang/clisp/patches/patch-src_makemake_in
2007-11-25 22:16:21 +00:00

13 lines
511 B
Plaintext

$OpenBSD: patch-src_makemake_in,v 1.9 2007/11/25 22:16:21 jasper Exp $
--- src/makemake.in.orig Sun Nov 25 21:15:04 2007
+++ src/makemake.in Sun Nov 25 21:15:40 2007
@@ -1872,7 +1872,7 @@ echol "# This can also be used for pre-test and post-r
echol "# make distrib VERSION_SUFFIX=pre"
echol "VERSION_SUFFIX="
echol "# The distribution's top directory"
-echol 'TOPDIR=clisp-$(VERSION)$(VERSION_SUFFIX)'
+echol 'TOPDIR=clisp'
echol
echol '# Directories used by "make install":'
echol "prefix = ${PREFIX}"