diff options
author | danfe <danfe@FreeBSD.org> | 2005-01-27 13:50:14 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-01-27 13:50:14 +0800 |
commit | 4f79db72e21a99d9fb3a4051c458d43866fb02e7 (patch) | |
tree | 8cf01e7064dc8569fcb1750567c05751bf3e06e5 /devel/libcoro | |
parent | dbfe9c96cfd9e21115ee41ad70127d7f7fe617b8 (diff) | |
download | freebsd-ports-gnome-4f79db72e21a99d9fb3a4051c458d43866fb02e7.tar.gz freebsd-ports-gnome-4f79db72e21a99d9fb3a4051c458d43866fb02e7.tar.zst freebsd-ports-gnome-4f79db72e21a99d9fb3a4051c458d43866fb02e7.zip |
Kill pkg-plist, save inode!
Diffstat (limited to 'devel/libcoro')
-rw-r--r-- | devel/libcoro/Makefile | 2 | ||||
-rw-r--r-- | devel/libcoro/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index daa5a9b466c9..8d2ff1a558db 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -23,6 +23,8 @@ NOPRECIOUSMAKEVARS= yes MAN2= coro.2 +PLIST_FILES= lib/libcoro.a include/coro.h + post-extract: ${CP} -r ${WRKSRC}/arch/x86-linux ${WRKSRC}/arch/x86-freebsd ${SED} -e '43,43s/$$/ __attribute__((noreturn,regparm(1)))/' \ diff --git a/devel/libcoro/pkg-plist b/devel/libcoro/pkg-plist deleted file mode 100644 index 60d1b293e881..000000000000 --- a/devel/libcoro/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/libcoro.a -include/coro.h |