From a08f423c8cf7a89f9866a4b2c167743e1430d07c Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 11 Oct 2009 07:51:06 +0000 Subject: [PATCH] Replace pkg-plist by a PLIST_FILES in Makefile. Approved by: maintainer (wen heping) --- math/mpc/Makefile | 2 ++ math/mpc/pkg-plist | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 math/mpc/pkg-plist diff --git a/math/mpc/Makefile b/math/mpc/Makefile index ab09a7da2aaf..4eb6fbf898db 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -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 diff --git a/math/mpc/pkg-plist b/math/mpc/pkg-plist deleted file mode 100644 index 51cb1bc6c66a..000000000000 --- a/math/mpc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/mpc.h -lib/libmpc.a -lib/libmpc.la -lib/libmpc.so -lib/libmpc.so.2