|
Lines 37-43
Link Here
|
| 37 |
-Dsiteman3dir=${PREFIX}/lib/perl5/${PERL_VER}/man/man3 \ |
37 |
-Dsiteman3dir=${PREFIX}/lib/perl5/${PERL_VER}/man/man3 \ |
| 38 |
-Dsiteman1dir=${PREFIX}/man/man1 \ |
38 |
-Dsiteman1dir=${PREFIX}/man/man1 \ |
| 39 |
-Ui_malloc -Ui_iconv -Uinstallusrbinperl \ |
39 |
-Ui_malloc -Ui_iconv -Uinstallusrbinperl \ |
| 40 |
-Dcc="${CC}" -Doptimize="${CFLAGS}" -Duseshrplib \ |
40 |
-Dcc="${CC}" -Duseshrplib \ |
| 41 |
-Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\" |
41 |
-Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\" |
| 42 |
LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ |
42 |
LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ |
| 43 |
LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ |
43 |
LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ |
|
Lines 47-52
Link Here
|
| 47 |
|
47 |
|
| 48 |
.include "Makefile.man" |
48 |
.include "Makefile.man" |
| 49 |
.include <bsd.port.pre.mk> |
49 |
.include <bsd.port.pre.mk> |
|
|
50 |
|
| 51 |
.if defined(WITH_DEBUGGING) |
| 52 |
CONFIGURE_ARGS+= -Doptimize="-g" -DDEBUGGING |
| 53 |
.else |
| 54 |
CONFIGURE_ARGS+= -Doptimize="${CFLAGS}" |
| 55 |
.endif |
| 50 |
|
56 |
|
| 51 |
.if defined(ENABLE_SUIDPERL) |
57 |
.if defined(ENABLE_SUIDPERL) |
| 52 |
CONFIGURE_ARGS+= -Dd_dosuid=define |
58 |
CONFIGURE_ARGS+= -Dd_dosuid=define |