change license to none. install all files in h/ since some missiong ones
are needed for the upcoming cdrdao port.
This commit is contained in:
parent
ad1a64b3d9
commit
774d5a9fca
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/12 17:45:19 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/06/12 20:40:02 fgsch Exp $
|
||||
|
||||
PKGNAME= pccts-1.33
|
||||
CATEGORIES= devel lang
|
||||
@ -8,7 +8,7 @@ DISTNAME= pccts133mr
|
||||
|
||||
MAINTAINER= fgsch@openbsd.org
|
||||
|
||||
LICENSE_TYPE= Unknown
|
||||
LICENSE_TYPE= NONE
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -24,6 +24,6 @@ do-install:
|
||||
cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} antlr dlg genmk sor \
|
||||
${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/include/pccts
|
||||
cd ${WRKSRC}/h && ${INSTALL_DATA} *.h ${PREFIX}/include/pccts
|
||||
${INSTALL_DATA} ${WRKSRC}/h/* ${PREFIX}/include/pccts
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,24 +1,34 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/12 17:45:19 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/12 20:40:02 fgsch Exp $
|
||||
bin/antlr
|
||||
bin/dlg
|
||||
bin/genmk
|
||||
bin/sor
|
||||
include/pccts/AParser.cpp
|
||||
include/pccts/AParser.h
|
||||
include/pccts/ASTBase.cpp
|
||||
include/pccts/ASTBase.h
|
||||
include/pccts/ATokPtr.cpp
|
||||
include/pccts/ATokPtr.h
|
||||
include/pccts/AToken.h
|
||||
include/pccts/ATokenBuffer.cpp
|
||||
include/pccts/ATokenBuffer.h
|
||||
include/pccts/ATokenStream.h
|
||||
include/pccts/AToken_traditional.h
|
||||
include/pccts/BufFileInput.cpp
|
||||
include/pccts/BufFileInput.h
|
||||
include/pccts/DLG_stream_input.h
|
||||
include/pccts/DLexer.cpp
|
||||
include/pccts/DLexerBase.cpp
|
||||
include/pccts/DLexerBase.h
|
||||
include/pccts/PBlackBox.h
|
||||
include/pccts/PCCTSAST.cpp
|
||||
include/pccts/PCCTSAST.h
|
||||
include/pccts/SList.h
|
||||
include/pccts/antlr.h
|
||||
include/pccts/ast.c
|
||||
include/pccts/ast.h
|
||||
include/pccts/charbuf.h
|
||||
include/pccts/charptr.c
|
||||
include/pccts/charptr.h
|
||||
include/pccts/config.h
|
||||
include/pccts/dlgauto.h
|
||||
@ -34,4 +44,10 @@ include/pccts/pccts_stdio.h
|
||||
include/pccts/pccts_stdlib.h
|
||||
include/pccts/pccts_string.h
|
||||
include/pccts/pcctscfg.h
|
||||
include/pccts/pcctslib50.dsp
|
||||
include/pccts/pcctslib50.dsw
|
||||
include/pccts/pcctslib60.dsp
|
||||
include/pccts/pcctslib60.dsw
|
||||
include/pccts/pcnames.bat
|
||||
include/pccts/slist.cpp
|
||||
@dirrm include/pccts
|
||||
|
Loading…
Reference in New Issue
Block a user