Lines 35-42
OPTIONS_DEFINE= DOCS
Link Here
|
35 |
CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb" |
35 |
CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb" |
36 |
.endif |
36 |
.endif |
37 |
|
37 |
|
|
|
38 |
.if exists(/etc/autofs) |
39 |
PLIST_FILES+= /etc/autofs/special_simple-mtpfs |
40 |
SUB_FILES+= special_simple-mtpfs |
41 |
.endif |
42 |
|
38 |
post-install: |
43 |
post-install: |
39 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
44 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
40 |
${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |
45 |
${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |
|
|
46 |
.if exists(/etc/autofs) |
47 |
${MKDIR} ${STAGEDIR}/etc/autofs |
48 |
${INSTALL_SCRIPT} ${WRKDIR}/special_simple-mtpfs ${STAGEDIR}/etc/autofs |
49 |
.endif |
41 |
|
50 |
|
42 |
.include <bsd.port.mk> |
51 |
.include <bsd.port.mk> |