mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove pkg-plist, the Makefile already has PLIST_FILES/PORTDOCS/PORTEXAMPLES
Add missing OPTIONS_DEFINE
This commit is contained in:
parent
855af989e5
commit
e2a4b4186b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359928
@ -12,10 +12,12 @@ COMMENT= Interpreter for big integer/multi-precision floating point arithmetic
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
PLIST_FILES= bin/aribas
|
||||
PLIST_FILES= bin/aribas man/man1/aribas.1.gz
|
||||
PORTDOCS= README aribas.doc aribas.man aribas.tut
|
||||
PORTEXAMPLES= README factor.ari pi.ari queens.ari
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^CC/d;' \
|
||||
-e '/^CFLAGS/{s/=/+=/;s/-O -v//;}' \
|
||||
|
@ -1,12 +0,0 @@
|
||||
bin/aribas
|
||||
man/man1/aribas.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/aribas.doc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/aribas.man
|
||||
%%PORTDOCS%%%%DOCSDIR%%/aribas.tut
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/factor.ari
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi.ari
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/queens.ari
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user