diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-01-27 05:50:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-01-27 05:50:14 +0000 |
commit | f68345a2ea5476b709aca70283383ef5e11690e1 (patch) | |
tree | cc3a4f93a6d1be46b9a3f94bb1b5933defadbb80 /devel/libcoro | |
parent | c70e4c89b08cdf53c74fb63c742dffce5eca2598 (diff) | |
download | ports-f68345a2ea5476b709aca70283383ef5e11690e1.tar.gz ports-f68345a2ea5476b709aca70283383ef5e11690e1.zip |
Kill pkg-plist, save inode!
Notes
Notes:
svn path=/head/; revision=127455
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 |