mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Fix the package.
Approved by: portmgr (linimon)
This commit is contained in:
parent
cd96d8f0fb
commit
b1f1582edf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202730
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= fusefs
|
PORTNAME= fusefs
|
||||||
DISTVERSION= 0.3.9-pre1
|
DISTVERSION= 0.3.9-pre1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils kld
|
CATEGORIES= sysutils kld
|
||||||
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \
|
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \
|
||||||
http://am-productions.biz/docs/
|
http://am-productions.biz/docs/
|
||||||
|
@ -86,7 +86,7 @@ pre-install:
|
||||||
@${MKDIR} ${KMODDIR}
|
@${MKDIR} ${KMODDIR}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${LN} -s ${PREFIX}/sbin/mount_fusefs /usr/sbin
|
@${LN} -fs ${PREFIX}/sbin/mount_fusefs /usr/sbin
|
||||||
.if defined(WITH_AUTOSETUP) && !defined(PACKAGE_BUILDING)
|
.if defined(WITH_AUTOSETUP) && !defined(PACKAGE_BUILDING)
|
||||||
@${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \
|
@${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \
|
||||||
${FILESDIR}/${SETUP} > ${WRKDIR}/${SETUP}
|
${FILESDIR}/${SETUP} > ${WRKDIR}/${SETUP}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
modules/fuse.ko
|
modules/fuse.ko
|
||||||
sbin/mount_fusefs
|
sbin/mount_fusefs
|
||||||
|
@exec ln -fs %D/%F /usr/sbin
|
||||||
|
@unexec rm -f /usr/sbin/mount_fusefs 2>&1 >/dev/null || true
|
||||||
@unexec kldxref %D/modules
|
@unexec kldxref %D/modules
|
||||||
@dirrmtry modules
|
@dirrmtry modules
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text
|
%%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text
|
||||||
|
@ -21,5 +23,3 @@ sbin/mount_fusefs
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod/html
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod/html
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod
|
||||||
@dirrmtry %%DOCSDIR%%
|
@dirrmtry %%DOCSDIR%%
|
||||||
@cwd /usr
|
|
||||||
sbin/mount_fusefs
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue