Lines 6-17
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ntfsprogs |
8 |
PORTNAME= ntfsprogs |
9 |
PORTVERSION= 1.13.0 |
9 |
PORTVERSION= 1.13.1 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= linux-ntfs |
12 |
MASTER_SITE_SUBDIR= linux-ntfs |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= babak@farrokhi.net |
15 |
COMMENT= Utilities and library to manipulate NTFS partitions |
15 |
COMMENT= Utilities and library to manipulate NTFS partitions |
16 |
|
16 |
|
17 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
Lines 31-36
Link Here
|
31 |
ntfscat.8 \ |
31 |
ntfscat.8 \ |
32 |
ntfsclone.8 \ |
32 |
ntfsclone.8 \ |
33 |
ntfscluster.8 \ |
33 |
ntfscluster.8 \ |
|
|
34 |
ntfscmp.8 \ |
34 |
ntfscp.8 \ |
35 |
ntfscp.8 \ |
35 |
ntfsfix.8 \ |
36 |
ntfsfix.8 \ |
36 |
ntfsinfo.8 \ |
37 |
ntfsinfo.8 \ |
Lines 70-76
Link Here
|
70 |
.endif |
71 |
.endif |
71 |
|
72 |
|
72 |
post-patch: |
73 |
post-patch: |
73 |
@${REINPLACE_CMD} -e 's|/sbin/|${PREFIX}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in |
74 |
@${REINPLACE_CMD} -e 's|/sbin/|${TARGETDIR}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in |
74 |
@${REINPLACE_CMD} -e \ |
75 |
@${REINPLACE_CMD} -e \ |
75 |
's|$$(libdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/lib/\1|; \ |
76 |
's|$$(libdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/lib/\1|; \ |
76 |
s|$$(sysconfdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/etc/\1|' \ |
77 |
s|$$(sysconfdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/etc/\1|' \ |