--- Makefile.orig Sat Jul 13 03:24:16 2002 +++ Makefile Mon Oct 7 11:10:48 2002 @@ -13,15 +13,15 @@ SHELL = /bin/sh -CC = gcc -CFLAGS = -g +#CC = gcc +#CFLAGS = -g # Where the executables should be put -DESTDIR = /usr/local/bin +DESTDIR = $(PREFIX)/bin # Where the man page should be put -MANDIR = /usr/local/man/man6 +MANDIR = $(PREFIX)/man/man6 # Where figlet will search first for fonts (the ".flf" files). -DEFAULTFONTDIR = /usr/local/share/figlet +DEFAULTFONTDIR = $(PREFIX)/share/figlet # Use this definition if you can't put things in /usr/local/share/figlet -DEFAULTFONTDIR = fonts +#DEFAULTFONTDIR = fonts ://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-rtl-objpas
Commit message (Expand)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-15