diff options
author | sf <sf@FreeBSD.org> | 2001-08-31 02:19:02 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-31 02:19:02 +0800 |
commit | bde85ef917e05bc9d7c2362f2f1de76eb0cc4766 (patch) | |
tree | a794464b01f805b7c50c24a772ad73358bdfa5a3 /devel/pccts | |
parent | 40d56285ee90d337361d1771af38348ed148664c (diff) | |
download | freebsd-ports-gnome-bde85ef917e05bc9d7c2362f2f1de76eb0cc4766.tar.gz freebsd-ports-gnome-bde85ef917e05bc9d7c2362f2f1de76eb0cc4766.tar.zst freebsd-ports-gnome-bde85ef917e05bc9d7c2362f2f1de76eb0cc4766.zip |
o compile with optimize flags.
o don't install nonexistent file.
Diffstat (limited to 'devel/pccts')
-rw-r--r-- | devel/pccts/Makefile | 3 | ||||
-rw-r--r-- | devel/pccts/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
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 |