Fix the package.

Approved by:	portmgr (linimon)
This commit is contained in:
Ruslan Ermilov 2007-11-15 19:46:42 +00:00
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

View file

@ -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}

View file

@ -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