mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6ea8a8230f
- move pkg-message to files/pkg-message.in and use SUB_FILES - move post-extract to post-patch and use REINPLACE_CMD - replace ${PREFIX} in man-page with %%PREFIX%% and then REINPLACE_CMD over it. - Make replacement in former post-extract actually work due to changed layout of the file. PR: ports/100584 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: cperciva@#bsdports
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
--- portsnap.orig Thu Jul 20 09:00:57 2006
|
|
+++ portsnap Thu Jul 20 09:01:14 2006
|
|
@@ -81,7 +81,7 @@
|
|
NDEBUG=""
|
|
DDSTATS=""
|
|
INDEXONLY=""
|
|
- PREFIX="/usr/local"
|
|
+ PREFIX="%%PREFIX%%"
|
|
SERVERNAME=""
|
|
REFUSE=""
|
|
LOCALDESC=""
|