mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
WWW: http://z80ex.sourceforge.net PR: 141903 Submitted by: "Hardy.schumacher" <hardy.schumacher@gmx.de>
19 lines
917 B
Text
19 lines
917 B
Text
--- ./Makefile.orig 2010-02-03 19:56:53.000000000 +0100
|
|
+++ ./Makefile 2010-02-03 19:57:20.000000000 +0100
|
|
@@ -5,8 +5,7 @@
|
|
#################################################################
|
|
# You may tune these values to feet your setup:
|
|
#################################################################
|
|
-INSTALL_PREFIX := /usr/local
|
|
-CC := gcc
|
|
+INSTALL_PREFIX := ${PREFIX}
|
|
ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include
|
|
LINKER := gcc
|
|
|
|
@@ -93,4 +92,4 @@
|
|
tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
|
|
rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
|
|
|
|
-#EOF
|
|
\ No newline at end of file
|
|
+#EOF
|