diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-08 02:21:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-08 02:21:13 +0000 |
commit | f6c6f51a632295ab2e7790196a5f9760c0274441 (patch) | |
tree | ed78fcf22c53322202529f4860172ab4f68eeb6b /devel/dotconf | |
parent | befd83694cbd1d6d459bf3a1541ce9da0bde112f (diff) | |
download | ports-f6c6f51a632295ab2e7790196a5f9760c0274441.tar.gz ports-f6c6f51a632295ab2e7790196a5f9760c0274441.zip |
Notes
Diffstat (limited to 'devel/dotconf')
-rw-r--r-- | devel/dotconf/Makefile | 7 | ||||
-rw-r--r-- | devel/dotconf/distinfo | 2 | ||||
-rw-r--r-- | devel/dotconf/pkg-plist | 54 |
3 files changed, 31 insertions, 32 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 1aec149174e3..efc928bf121c 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -7,10 +7,9 @@ # PORTNAME= dotconf -PORTVERSION= 1.0.0p2 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://www.azzit.de/dotconf/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= ijliao@FreeBSD.org @@ -22,12 +21,12 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/${PORTNAME} +.if !defined(NOPORTDOCS) .for f in dotconf-api.txt dotconf-features.txt @${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/${PORTNAME} .endfor - ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/${PORTNAME} .endif + ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/${PORTNAME} .include <bsd.port.mk> diff --git a/devel/dotconf/distinfo b/devel/dotconf/distinfo index 0c22961d7fab..22c798f3ce60 100644 --- a/devel/dotconf/distinfo +++ b/devel/dotconf/distinfo @@ -1 +1 @@ -MD5 (dotconf-1.0.0pre2.tar.gz) = c51c375b5a1df399d15ffda8df841a81 +MD5 (dotconf-1.0.0.tar.gz) = 96dfd6325d7aacb2bed7a955f7b29d03 diff --git a/devel/dotconf/pkg-plist b/devel/dotconf/pkg-plist index e47f5ff73df2..30f094d75f8b 100644 --- a/devel/dotconf/pkg-plist +++ b/devel/dotconf/pkg-plist @@ -8,30 +8,30 @@ lib/libdotconf-1.0.so.0 share/aclocal/dotconf.m4 %%PORTDOCS%%share/dotconf/dotconf-api.txt %%PORTDOCS%%share/dotconf/dotconf-features.txt -%%PORTDOCS%%share/dotconf/examples/README -%%PORTDOCS%%share/dotconf/examples/caseinsensitive/Makefile -%%PORTDOCS%%share/dotconf/examples/caseinsensitive/caseinsensitive.c -%%PORTDOCS%%share/dotconf/examples/caseinsensitive/caseinsensitive.conf -%%PORTDOCS%%share/dotconf/examples/context/Makefile -%%PORTDOCS%%share/dotconf/examples/context/context.c -%%PORTDOCS%%share/dotconf/examples/context/context.conf -%%PORTDOCS%%share/dotconf/examples/errorhandler/Makefile -%%PORTDOCS%%share/dotconf/examples/errorhandler/errorhandler.c -%%PORTDOCS%%share/dotconf/examples/errorhandler/errorhandler.conf -%%PORTDOCS%%share/dotconf/examples/modules/Makefile -%%PORTDOCS%%share/dotconf/examples/modules/include.conf -%%PORTDOCS%%share/dotconf/examples/modules/module.c -%%PORTDOCS%%share/dotconf/examples/modules/my_module.c -%%PORTDOCS%%share/dotconf/examples/modules/sample.conf -%%PORTDOCS%%share/dotconf/examples/simple/Makefile -%%PORTDOCS%%share/dotconf/examples/simple/included.conf -%%PORTDOCS%%share/dotconf/examples/simple/linecat.conf -%%PORTDOCS%%share/dotconf/examples/simple/simple.c -%%PORTDOCS%%share/dotconf/examples/simple/simple.conf -%%PORTDOCS%%@dirrm share/dotconf/examples/caseinsensitive -%%PORTDOCS%%@dirrm share/dotconf/examples/context -%%PORTDOCS%%@dirrm share/dotconf/examples/errorhandler -%%PORTDOCS%%@dirrm share/dotconf/examples/modules -%%PORTDOCS%%@dirrm share/dotconf/examples/simple -%%PORTDOCS%%@dirrm share/dotconf/examples -%%PORTDOCS%%@dirrm share/dotconf +share/dotconf/examples/README +share/dotconf/examples/caseinsensitive/Makefile +share/dotconf/examples/caseinsensitive/caseinsensitive.c +share/dotconf/examples/caseinsensitive/caseinsensitive.conf +share/dotconf/examples/context/Makefile +share/dotconf/examples/context/context.c +share/dotconf/examples/context/context.conf +share/dotconf/examples/errorhandler/Makefile +share/dotconf/examples/errorhandler/errorhandler.c +share/dotconf/examples/errorhandler/errorhandler.conf +share/dotconf/examples/modules/Makefile +share/dotconf/examples/modules/include.conf +share/dotconf/examples/modules/module.c +share/dotconf/examples/modules/my_module.c +share/dotconf/examples/modules/sample.conf +share/dotconf/examples/simple/Makefile +share/dotconf/examples/simple/included.conf +share/dotconf/examples/simple/linecat.conf +share/dotconf/examples/simple/simple.c +share/dotconf/examples/simple/simple.conf +@dirrm share/dotconf/examples/caseinsensitive +@dirrm share/dotconf/examples/context +@dirrm share/dotconf/examples/errorhandler +@dirrm share/dotconf/examples/modules +@dirrm share/dotconf/examples/simple +@dirrm share/dotconf/examples +@dirrm share/dotconf |