mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Replace pkg-plist by a PLIST_FILES in Makefile.
Approved by: maintainer (wen heping)
This commit is contained in:
parent
a6661018e9
commit
a08f423c8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242657
2 changed files with 2 additions and 5 deletions
|
@ -22,6 +22,8 @@ CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= mpc
|
||||
PLIST_FILES= include/mpc.h \
|
||||
lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.2
|
||||
|
||||
LATEST_LINK= math_mpc
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
include/mpc.h
|
||||
lib/libmpc.a
|
||||
lib/libmpc.la
|
||||
lib/libmpc.so
|
||||
lib/libmpc.so.2
|
Loading…
Add table
Reference in a new issue