diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-27 19:34:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-27 19:34:53 +0000 |
commit | 9932389f3df6b88aa0b2bcc3ebe901b0b65b3aa2 (patch) | |
tree | 5fe7ffc8f153cd4a6c0c331a024b383b61cb6391 /devel/libgpc | |
parent | Update to 1.02 (diff) |
Correct legacy a.out packing list format
Notes
Notes:
svn path=/head/; revision=183428
Diffstat (limited to 'devel/libgpc')
-rw-r--r-- | devel/libgpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile index 47230fae338a..376211dbd6c8 100644 --- a/devel/libgpc/Makefile +++ b/devel/libgpc/Makefile @@ -15,7 +15,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper USE_ZIP= yes -PLIST_FILES= lib/libgpc.so.${PORTVERSION} \ +PLIST_FILES= lib/libgpc.so.2 \ lib/libgpc.so lib/libgpc.a \ include/gpc.h INSTALLS_SHLIB= yes |