Lines 1-5
Link Here
|
1 |
PORTNAME= porttools |
1 |
PORTNAME= porttools |
2 |
PORTVERSION= 1.11 |
2 |
PORTVERSION= 1.11 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= ports-mgmt |
4 |
CATEGORIES= ports-mgmt |
4 |
|
5 |
|
5 |
MAINTAINER= skreuzer@FreeBSD.org |
6 |
MAINTAINER= skreuzer@FreeBSD.org |
Lines 19-25
GH_TAGNAME= 1ec3e1d3c00e77cadc9a4dfd7f75de9674909016
Link Here
|
19 |
|
20 |
|
20 |
# Make the version information of porttools itself |
21 |
# Make the version information of porttools itself |
21 |
# available for inclusion in the PRs generated by it. |
22 |
# available for inclusion in the PRs generated by it. |
22 |
MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}" |
23 |
MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MANPREFIX="${PREFIX}/share" PORTVERSION="${PORTVERSION}" |
23 |
|
24 |
|
24 |
OPTIONS_DEFINE= DOCS |
25 |
OPTIONS_DEFINE= DOCS |
25 |
|
26 |
|