diff options
author | krion <krion@FreeBSD.org> | 2004-01-08 23:44:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-08 23:44:40 +0800 |
commit | b6c4e9410c265af22b5979a84279aa7b323f6271 (patch) | |
tree | ee0b4b238f2bf3fc8ada0bfba7a1e2fde616aed8 /security/gsasl | |
parent | e2a025d293b3b122fdb6ce558147f0d59587d173 (diff) | |
download | freebsd-ports-gnome-b6c4e9410c265af22b5979a84279aa7b323f6271.tar.gz freebsd-ports-gnome-b6c4e9410c265af22b5979a84279aa7b323f6271.tar.zst freebsd-ports-gnome-b6c4e9410c265af22b5979a84279aa7b323f6271.zip |
- Update to version 0.0.11
PR: 61078
Submitted by: Ports Fury
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 7 | ||||
-rw-r--r-- | security/gsasl/distinfo | 2 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 53 |
3 files changed, 10 insertions, 52 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 8ee0d8239b7f..4b12cf6bdea0 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gsasl -PORTVERSION= 0.0.10 +PORTVERSION= 0.0.11 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -38,8 +38,9 @@ LDFLAGS= -L${LOCALBASE}/lib post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/html && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/reference + ${INSTALL_DATA} ${WRKSRC}/doc/reference/*.html ${DOCSDIR}/reference .endif .include "Makefile.man" diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 4613215e3ce5..b1537ecc73ba 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1 +1 @@ -MD5 (gsasl-0.0.10.tar.gz) = 82cbcdb210e911f77ae82cf91ceee088 +MD5 (gsasl-0.0.11.tar.gz) = aa28809fa60447bb2e616ac8c7e3085a diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index 0a89a74e7e22..0d002d022a5a 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -4,53 +4,10 @@ lib/libgsasl.a lib/libgsasl.so lib/libgsasl.so.5 libdata/pkgconfig/libgsasl.pc +%%PORTDOCS%%%%DOCSDIR%%/gsasl.html +%%PORTDOCS%%%%DOCSDIR%%/reference/c4.html +%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl.html +%%PORTDOCS%%%%DOCSDIR%%/reference/index.html share/locale/sv/LC_MESSAGES/gsasl.mo -%%PORTDOCS%%%%DOCSDIR%%/a2496.html -%%PORTDOCS%%%%DOCSDIR%%/a2612.html -%%PORTDOCS%%%%DOCSDIR%%/c1101.html -%%PORTDOCS%%%%DOCSDIR%%/c1189.html -%%PORTDOCS%%%%DOCSDIR%%/c14.html -%%PORTDOCS%%%%DOCSDIR%%/c1704.html -%%PORTDOCS%%%%DOCSDIR%%/c1837.html -%%PORTDOCS%%%%DOCSDIR%%/c1990.html -%%PORTDOCS%%%%DOCSDIR%%/c2197.html -%%PORTDOCS%%%%DOCSDIR%%/c2440.html -%%PORTDOCS%%%%DOCSDIR%%/c2450.html -%%PORTDOCS%%%%DOCSDIR%%/c2455.html -%%PORTDOCS%%%%DOCSDIR%%/c2465.html -%%PORTDOCS%%%%DOCSDIR%%/c2468.html -%%PORTDOCS%%%%DOCSDIR%%/c2474.html -%%PORTDOCS%%%%DOCSDIR%%/c2479.html -%%PORTDOCS%%%%DOCSDIR%%/c2483.html -%%PORTDOCS%%%%DOCSDIR%%/c2487.html -%%PORTDOCS%%%%DOCSDIR%%/c2492.html -%%PORTDOCS%%%%DOCSDIR%%/c303.html -%%PORTDOCS%%%%DOCSDIR%%/c393.html -%%PORTDOCS%%%%DOCSDIR%%/c427.html -%%PORTDOCS%%%%DOCSDIR%%/c8.html -%%PORTDOCS%%%%DOCSDIR%%/i2706.html -%%PORTDOCS%%%%DOCSDIR%%/i2838.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/x1028.html -%%PORTDOCS%%%%DOCSDIR%%/x177.html -%%PORTDOCS%%%%DOCSDIR%%/x193.html -%%PORTDOCS%%%%DOCSDIR%%/x24.html -%%PORTDOCS%%%%DOCSDIR%%/x2429.html -%%PORTDOCS%%%%DOCSDIR%%/x256.html -%%PORTDOCS%%%%DOCSDIR%%/x2681.html -%%PORTDOCS%%%%DOCSDIR%%/x274.html -%%PORTDOCS%%%%DOCSDIR%%/x317.html -%%PORTDOCS%%%%DOCSDIR%%/x329.html -%%PORTDOCS%%%%DOCSDIR%%/x347.html -%%PORTDOCS%%%%DOCSDIR%%/x374.html -%%PORTDOCS%%%%DOCSDIR%%/x448.html -%%PORTDOCS%%%%DOCSDIR%%/x46.html -%%PORTDOCS%%%%DOCSDIR%%/x482.html -%%PORTDOCS%%%%DOCSDIR%%/x57.html -%%PORTDOCS%%%%DOCSDIR%%/x571.html -%%PORTDOCS%%%%DOCSDIR%%/x645.html -%%PORTDOCS%%%%DOCSDIR%%/x720.html -%%PORTDOCS%%%%DOCSDIR%%/x836.html -%%PORTDOCS%%%%DOCSDIR%%/x872.html -%%PORTDOCS%%%%DOCSDIR%%/x948.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference %%PORTDOCS%%@dirrm %%DOCSDIR%% |