1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/shells/fd/files/patch-Makefile.in
2003-04-19 12:35:58 +00:00

21 lines
491 B
Plaintext

--- Makefile.in.orig Tue Apr 15 00:00:00 2003
+++ Makefile.in Sat Apr 19 21:17:22 2003
@@ -4,7 +4,7 @@
TITLE = FD-
VERSION = __VERSION__
-PREFIX = __PREFIX__
+PREFIX ?= __PREFIX__
BUILD =
MANSEC = 1
TOPDIR = $(BUILD)$(PREFIX)
@@ -16,7 +16,7 @@
ECATDIR = $(TOPDIR)/man/cat$(MANSEC)
IPKWDIR = ./ipk.work
IPKTDIR = ./ipk.tmp
-DEFRC = $(BUILD)/etc/fd__RCVERSION__rc
+DEFRC = $(TOPDIR)/etc/fd__RCVERSION__rc
DOSRC = ~FD\\fd__RCVERSION__rc
UNITBL = fd-unicd.tbl
INSTALL = __INSTALL__