Lines 27-38
Link Here
|
27 |
.endif |
27 |
.endif |
28 |
|
28 |
|
29 |
PLIST_FILES= lib/postgresql/pg_sphere.so \ |
29 |
PLIST_FILES= lib/postgresql/pg_sphere.so \ |
30 |
%%DATADIR%%/contrib/pg_sphere.sql \ |
30 |
%%DATADIR%%/contrib/pg_sphere.sql |
31 |
%%PORTDOCS%%%%DOCSDIR%%/contrib/README.pg_sphere \ |
31 |
PLIST_DIRS= %%DATADIR%%/contrib |
32 |
%%PORTDOCS%%%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere |
|
|
33 |
|
32 |
|
34 |
PLIST_DIRS= %%DATADIR%%/contrib \ |
33 |
.if !defined(NOPORTDOCS) |
35 |
%%PORTDOCS%%%%DOCSDIR%%/contrib |
34 |
PLIST_FILES+= %%DOCSDIR%%/contrib/README.pg_sphere \ |
|
|
35 |
%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere |
36 |
PLIST_DIRS+= %%DOCSDIR%%/contrib |
37 |
.endif |
36 |
|
38 |
|
37 |
#regression-test: |
39 |
#regression-test: |
38 |
# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck |
40 |
# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck |