mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16: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
|
||||
DISTVERSION= 0.3.9-pre1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils kld
|
||||
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \
|
||||
http://am-productions.biz/docs/
|
||||
|
@ -86,7 +86,7 @@ pre-install:
|
|||
@${MKDIR} ${KMODDIR}
|
||||
|
||||
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)
|
||||
@${SED} -e 's|@@PREFIX@@|${PREFIX}|g' \
|
||||
${FILESDIR}/${SETUP} > ${WRKDIR}/${SETUP}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
modules/fuse.ko
|
||||
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
|
||||
@dirrmtry modules
|
||||
%%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text
|
||||
|
@ -21,5 +23,3 @@ sbin/mount_fusefs
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/kmod
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
@cwd /usr
|
||||
sbin/mount_fusefs
|
||||
|
|
Loading…
Add table
Reference in a new issue