|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= fusefs |
8 |
PORTNAME= fusefs |
| 9 |
DISTVERSION= 0.3.9-pre1 |
9 |
DISTVERSION= 0.3.9-pre1 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= sysutils kld |
11 |
CATEGORIES= sysutils kld |
| 11 |
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \ |
12 |
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \ |
| 12 |
http://am-productions.biz/docs/ |
13 |
http://am-productions.biz/docs/ |
|
Lines 65-70
Link Here
|
| 65 |
IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src |
66 |
IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src |
| 66 |
.endif |
67 |
.endif |
| 67 |
|
68 |
|
|
|
69 |
.if !defined(WITH_AUTOSETUP) |
| 70 |
SUB_FILES= pkg-message |
| 71 |
.endif |
| 72 |
|
| 68 |
post-patch: |
73 |
post-patch: |
| 69 |
@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \ |
74 |
@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \ |
| 70 |
${WRKSRC}/doc/Makefile |
75 |
${WRKSRC}/doc/Makefile |
|
Lines 81-95
Link Here
|
| 81 |
@${MKDIR} ${KMODDIR} |
86 |
@${MKDIR} ${KMODDIR} |
| 82 |
|
87 |
|
| 83 |
post-install: |
88 |
post-install: |
| 84 |
.if (defined(WITH_AUTOSETUP) && !defined(BATCH) && !defined(PACKAGE_BUILDING)) \ |
89 |
@${LN} -s ${PREFIX}/sbin/mount_fusefs /usr/sbin |
| 85 |
|| (defined(WITH_AUTOSETUP) && defined(BATCH) && !defined(PACKAGE_BUILDING)) |
90 |
.if defined(WITH_AUTOSETUP) && !defined(PACKAGE_BUILDING) |
| 86 |
@${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \ |
91 |
@${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \ |
| 87 |
${FILESDIR}/${SETUP} > ${WRKDIR}/${SETUP} |
92 |
${FILESDIR}/${SETUP} > ${WRKDIR}/${SETUP} |
| 88 |
@${ECHO} "Modifying global startup config files and loading module..."; |
93 |
@${ECHO} "Modifying global startup config files and loading module..."; |
| 89 |
${SH} ${WRKDIR}/${SETUP} |
94 |
${SH} ${WRKDIR}/${SETUP} |
| 90 |
.else |
95 |
.else |
| 91 |
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ |
96 |
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} |
| 92 |
-e "s|%%MODULE_PATH%%|${MODULE_PATH}|g" ${PKGMESSAGE} |
|
|
| 93 |
.endif |
97 |
.endif |
| 94 |
|
98 |
|
| 95 |
.if !defined(NOPORTDOCS) |
99 |
.if !defined(NOPORTDOCS) |