diff options
author | minskim <minskim> | 2004-02-18 21:13:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-18 21:13:48 +0000 |
commit | ef3c84127186f1b04f90d5887d2c64afef997be4 (patch) | |
tree | 2149b90d188c5ff2136531377e923ef8b62c54c1 /biology/sewer | |
parent | 6d6e4c82aa778eba5373ce1d937dade633273e9a (diff) | |
download | pkgsrc-ef3c84127186f1b04f90d5887d2c64afef997be4.tar.gz |
Do not install files not specified in PLIST.
While here, remove trailing whitespace and enable pkgviews installation.
Diffstat (limited to 'biology/sewer')
-rw-r--r-- | biology/sewer/Makefile | 11 |
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" - |