aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Select_Common
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
commit93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch)
tree8da4bd11526f4a4c8953d4db2c3e091588172722 /devel/pear-HTML_Select_Common
parent8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff)
downloadports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz
ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip
Notes
Diffstat (limited to 'devel/pear-HTML_Select_Common')
-rw-r--r--devel/pear-HTML_Select_Common/Makefile28
-rw-r--r--devel/pear-HTML_Select_Common/pkg-plist13
2 files changed, 7 insertions, 34 deletions
diff --git a/devel/pear-HTML_Select_Common/Makefile b/devel/pear-HTML_Select_Common/Makefile
index 413c49164607..246c0e786eaf 100644
--- a/devel/pear-HTML_Select_Common/Makefile
+++ b/devel/pear-HTML_Select_Common/Makefile
@@ -7,7 +7,7 @@
PORTNAME= HTML_Select_Common
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
@@ -17,27 +17,13 @@ BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
RUN_DEPENDS= ${BUILD_DEPENDS}
-EXAMPLESDIR= ${PEARDIR}/HTML/Select/Common/examples
+CATEGORY= HTML
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-MANIFEST= Country.php FRDepartements.php UKCounty.php USState.php
+FILES= Select/Common/Country.php Select/Common/FRDepartements.php \
+ Select/Common/UKCounty.php Select/Common/USState.php
EXAMPLES= Country.php FRDepartements.php UKCounty.php USState.php
+_EXAMPLESDIR= Select/Common/examples
-do-install:
- @${MKDIR} ${PEARDIR}/HTML/Select/Common
-.for FILE in ${MANIFEST}
- @${CP} -p ${WRKSRC}/Select/Common/${FILE} ${PEARDIR}/HTML/Select/Common
-.endfor
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTML/Select/Common
- @${CHMOD} a-x ${PEARDIR}/HTML/Select/Common/*
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${EXAMPLESDIR}
-.for FILE in ${EXAMPLES}
- @${INSTALL_DATA} ${WRKSRC}/Select/Common/examples/${FILE} ${EXAMPLESDIR}
-.endfor
- @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
-.endif
-
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/devel/pear-HTML_Select_Common/pkg-plist b/devel/pear-HTML_Select_Common/pkg-plist
deleted file mode 100644
index af2e48853208..000000000000
--- a/devel/pear-HTML_Select_Common/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-%%PEARDIR%%/HTML/Select/Common/Country.php
-%%PEARDIR%%/HTML/Select/Common/FRDepartements.php
-%%PEARDIR%%/HTML/Select/Common/UKCounty.php
-%%PEARDIR%%/HTML/Select/Common/USState.php
-%%PKGREGDIR%%/package.xml
-%%PORTDOCS%%%%EXAMPLESDIR%%/Country.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/FRDepartements.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/UKCounty.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/USState.php
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%PEARDIR%%/HTML/Select/Common
-@dirrm %%PEARDIR%%/HTML/Select
-@dirrm %%PKGREGDIR%%