From 12c14c866798db192e0ac538457fbfe49ba6aeda Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Thu, 30 Aug 2001 18:19:02 +0000 Subject: o compile with optimize flags. o don't install nonexistent file. --- devel/pccts/Makefile | 3 ++- devel/pccts/pkg-plist | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/pccts') diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 845bd5ea4174..7a7cba13ad61 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -18,6 +18,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/pccts ALL_TARGET= MAKEFILE= makefile +MAKE_ENV= COPT="${CFLAGS}" MAN1= antlr.1 dlg.1 @@ -49,7 +50,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pccts -.for file in CHANGES_FROM_131.txt CHANGES_FROM_133.txt CHANGES_FROM_133_BEFORE_MR13.txt KNOWN_PROBLEMS.txt README RIGHTS history.ps history.txt old_README +.for file in CHANGES_FROM_131.txt CHANGES_FROM_133.txt CHANGES_FROM_133_BEFORE_MR13.txt KNOWN_PROBLEMS.txt README RIGHTS history.ps history.txt @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pccts/${file} .endfor .endif diff --git a/devel/pccts/pkg-plist b/devel/pccts/pkg-plist index e447e7545de6..7db1071efb39 100644 --- a/devel/pccts/pkg-plist +++ b/devel/pccts/pkg-plist @@ -52,7 +52,6 @@ share/doc/pccts/README share/doc/pccts/RIGHTS share/doc/pccts/history.txt share/doc/pccts/history.ps -share/doc/pccts/old_README share/examples/pccts/makefile share/examples/pccts/1/makefile share/examples/pccts/1/test.g -- cgit v1.2.3