diff options
author | dougb <dougb@FreeBSD.org> | 2010-05-12 12:10:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-05-12 12:10:31 +0800 |
commit | 7c433c04f3206b193f7a17410cf0533c911dfe62 (patch) | |
tree | 47f07d93e84849a6465a8bf800c2c74a167504be /security | |
parent | b5c28741af19bb35f02f9d1d2b5323ea7f845c77 (diff) | |
download | freebsd-ports-gnome-7c433c04f3206b193f7a17410cf0533c911dfe62.tar.gz freebsd-ports-gnome-7c433c04f3206b193f7a17410cf0533c911dfe62.tar.zst freebsd-ports-gnome-7c433c04f3206b193f7a17410cf0533c911dfe62.zip |
Switch to PLIST_FILES
PR: ports/146508
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/libassuan/Makefile | 2 | ||||
-rw-r--r-- | security/libassuan/pkg-plist | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index eb144eeba20f..27e04e7b68c0 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth USE_BZIP2= yes GNU_CONFIGURE= yes INFO= assuan +PLIST_FILES= bin/libassuan-config include/assuan.h lib/libassuan-pth.a \ + lib/libassuan.a share/aclocal/libassuan.m4 CFLAGS+= -I${LOCALBASE}/include/pth diff --git a/security/libassuan/pkg-plist b/security/libassuan/pkg-plist deleted file mode 100644 index 8d9daa845fd0..000000000000 --- a/security/libassuan/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/libassuan-config -include/assuan.h -lib/libassuan-pth.a -lib/libassuan.a -share/aclocal/libassuan.m4 |