diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-02-18 23:10:26 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-02-18 23:10:26 +0000 |
commit | 0d447d676d97b2cc81c31d198ca2039fe2c6c26d (patch) | |
tree | 6902250c8cfcf7239579b39067b54e4f284c037b /security/libgringotts/Makefile | |
parent | 67c03e8fca922ae2711ca9cd0c6bc118eca24526 (diff) |
Notes
Diffstat (limited to 'security/libgringotts/Makefile')
-rw-r--r-- | security/libgringotts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index 97587562c6f9..9ceda39aee8c 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgringotts -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/libGringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -28,10 +28,10 @@ post-patch: pre-install: .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -E "s|^(SUBDIRS =.*) docs|\1|" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -E -e "s|^(SUBDIRS =.*) docs|\1|" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-libgringottsdocDATA|\1|" ${WRKSRC}/Makefile .else - ${REINPLACE_CMD} -E "s|^(documentationdir = .*/libgringotts)-.*|\1|" \ - ${WRKSRC}/docs/Makefile + ${REINPLACE_CMD} -E "s|^(libgringottsdocdir =).*|\1 $$\(datadir\)/doc/libgringotts|" ${WRKSRC}/docs/Makefile ${WRKSRC}/Makefile .endif .include <bsd.port.mk> |