diff options
author | gerald <gerald@FreeBSD.org> | 2009-10-11 15:51:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-10-11 15:51:06 +0800 |
commit | 74ae58b52c4973ff2623a7b8e3146735ef9f5ee8 (patch) | |
tree | b7d6c2839908e4a69dfacf932bada9e74fcff261 | |
parent | 23e38887df0d3e0816c6da18fe49787fa0886bc0 (diff) | |
download | freebsd-ports-gnome-74ae58b52c4973ff2623a7b8e3146735ef9f5ee8.tar.gz freebsd-ports-gnome-74ae58b52c4973ff2623a7b8e3146735ef9f5ee8.tar.zst freebsd-ports-gnome-74ae58b52c4973ff2623a7b8e3146735ef9f5ee8.zip |
Replace pkg-plist by a PLIST_FILES in Makefile.
Approved by: maintainer (wen heping)
-rw-r--r-- | math/mpc/Makefile | 2 | ||||
-rw-r--r-- | math/mpc/pkg-plist | 5 |
2 files changed, 2 insertions, 5 deletions
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 |