summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-18 21:13:48 +0000
committerminskim <minskim@pkgsrc.org>2004-02-18 21:13:48 +0000
commit13da5d6ea6a3351c6e3671099990eab06e2c26e7 (patch)
tree2149b90d188c5ff2136531377e923ef8b62c54c1 /biology
parent678dfacbe75b7daf4cf39ba5dd503c8388ab43d0 (diff)
downloadpkgsrc-13da5d6ea6a3351c6e3671099990eab06e2c26e7.tar.gz
Do not install files not specified in PLIST.
While here, remove trailing whitespace and enable pkgviews installation.
Diffstat (limited to 'biology')
-rw-r--r--biology/sewer/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/biology/sewer/Makefile b/biology/sewer/Makefile
index e5a05c1dbcc..9a497b6bc38 100644
--- a/biology/sewer/Makefile
+++ b/biology/sewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:08:40 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/18 21:13:48 minskim Exp $
DISTNAME= sewer
PKGNAME= sewer-2.6
@@ -10,21 +10,22 @@ MAINTAINER= hdp@cs.nmsu.edu
HOMEPAGE= http://iubio.bio.indiana.edu/webapps/SeWeR/
COMMENT= SEquence Analysis using WEb Resources
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+NO_BUILDLINK= YES
NO_CONFIGURE= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}
-USE_BUILDLINK2= YES
pre-install:
-.for goner in readme.txt* cvs styles/cvs scripts/cvs
+.for goner in readme.txt* cvs images/cvs styles/cvs scripts/cvs
${RM} -fr ${WRKDIR}/${goner}
.endfor
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/sewer
- cd ${WRKDIR} && ${PAX} -rw . ${PREFIX}/share/doc/html/sewer/
+ cd ${WRKDIR} && ${PAX} -rw [a-z]* ${PREFIX}/share/doc/html/sewer/
cd ${PREFIX}/share/doc/html/sewer && ${LN} -s sewer.htm index.html
.include "../../mk/bsd.pkg.mk"
-