|
Lines 19-32
Link Here
|
| 19 |
|
19 |
|
| 20 |
USE_BZIP2= yes |
20 |
USE_BZIP2= yes |
| 21 |
USE_REINPLACE= yes |
21 |
USE_REINPLACE= yes |
|
|
22 |
USE_GETOPT_LONG=yes |
| 23 |
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
| 22 |
|
24 |
|
| 23 |
DOCS= AUTHORS CHANGELOG README |
25 |
DOCS= AUTHORS CHANGELOG README |
| 24 |
|
26 |
|
| 25 |
MAN8= biosdecode.8 dmidecode.8 ownership.8 vpddecode.8 |
27 |
MAN8= biosdecode.8 dmidecode.8 ownership.8 vpddecode.8 |
| 26 |
|
28 |
|
| 27 |
post-patch: |
|
|
| 28 |
${REINPLACE_CMD} -e "s@^(CC|PREFIX).*@@" ${WRKSRC}/Makefile |
| 29 |
|
| 30 |
.if !defined(NOPORTDOCS) |
29 |
.if !defined(NOPORTDOCS) |
| 31 |
post-install: |
30 |
post-install: |
| 32 |
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} |
31 |
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} |