You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/pep/files/pep-2.8-gentoo.patch

26 lines
521 B

--- a/Makefile 2004-03-24 20:23:42.000000000 +0100
+++ b/Makefile 2019-03-10 10:05:13.973408328 +0100
@@ -66,7 +66,7 @@
# Unix (Solaris, Linux)
CC = gcc
-LFLAGS = -o pep
+LFLAGS = -o pep $(LDFLAGS)
SRC = src
XXX = c
OBJ = o
@@ -78,10 +78,10 @@
UNZIP = unzip
# directories, etc.
-BINDIR = $(HOME)/bin/$(HOSTTYPE)
-LIBDIR = $(HOME)/lib/pep
+BINDIR = /usr/bin/
+LIBDIR = /usr/share/pep
MANEXT = 1
-MANDIR = $(HOME)/man/man$(MANEXT)
+MANDIR = /usr/share/man/man$(MANEXT)
TODAY = 19950811
CLOCK = 0200
VER = 28