- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
1b83a48b9a
commit
97b2ff7ed9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409061
2 changed files with 6 additions and 2 deletions
|
@ -19,8 +19,12 @@ MAKE_ARGS= CC="${CC}" PRF="${CFLAGS}"
|
|||
PORTDOCS= CHANGELOG README
|
||||
PLIST_FILES= bin/replaceit
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Makefile.orig Fri Aug 17 20:18:18 2001
|
||||
+++ Makefile Fri Aug 17 20:20:35 2001
|
||||
--- Makefile.orig 2002-04-19 09:08:58 UTC
|
||||
+++ Makefile
|
||||
@@ -1,12 +1,11 @@
|
||||
-PRF=-O2 -Wall
|
||||
-CC=cc
|
||||
|
|
Loading…
Reference in a new issue