mkdirhier used as tool. Install only man page, use the imake variables
to decide where it did go. Bump revision.
This commit is contained in:
parent
f18f1e7eda
commit
c15b0726f9
2 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.25 2005/12/05 20:49:51 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2005/12/28 14:03:51 joerg Exp $
|
||||
|
||||
DISTNAME= RasMol_2.7.3
|
||||
PKGNAME= rasmol-2.7.3
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= http://www.bernstein-plus-sons.com/software/
|
||||
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Molecular Graphics Visualisation Tool
|
|||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
USE_IMAKE= YES
|
||||
USE_TOOLS+= gunzip
|
||||
USE_TOOLS+= gunzip mkdirhier
|
||||
|
||||
MAKE_ENV+= DEPTHDEF=${DEPTHDEF:Q}
|
||||
|
||||
|
@ -38,7 +39,6 @@ pre-configure:
|
|||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/NOTICE ${PREFIX}/share/doc/rasmol
|
||||
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/rasmol.1 ${PREFIX}/man/man1
|
||||
for doc in manualA4.pdf.gz manualA4.ps.gz manualA4.rtf.gz \
|
||||
manualUS.pdf.gz manualUS.ps.gz manualUS.rtf.gz \
|
||||
refcardA4.pdf.gz refcardA4.ps.gz \
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2005/10/07 15:13:21 perry Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2005/12/28 14:03:51 joerg Exp $
|
||||
bin/rasmol
|
||||
man/cat1/rasmol.0
|
||||
man/man1/rasmol.1
|
||||
${IMAKE_MAN_DIR}/rasmol.${IMAKE_MAN_SUFFIX}
|
||||
share/doc/rasmol/NOTICE
|
||||
share/doc/rasmol/manualA4.pdf.gz
|
||||
share/doc/rasmol/manualA4.ps.gz
|
||||
|
|
Loading…
Reference in a new issue