diff options
author | tg <tg@FreeBSD.org> | 1999-05-27 15:28:02 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-27 15:28:02 +0800 |
commit | 8ad291d9623a19595fd236822d5a7ce5e9991af3 (patch) | |
tree | b0e043971c65b0132a5b900b33b74f1c3f9d21fd /graphics/libungif | |
parent | fef9103bec19a1624de87c62f8a73b601ba59b84 (diff) | |
download | freebsd-ports-graphics-8ad291d9623a19595fd236822d5a7ce5e9991af3.tar.gz freebsd-ports-graphics-8ad291d9623a19595fd236822d5a7ce5e9991af3.tar.zst freebsd-ports-graphics-8ad291d9623a19595fd236822d5a7ce5e9991af3.zip |
Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib.
Requested by a couple of people.
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/pkg-plist | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/libungif/pkg-plist b/graphics/libungif/pkg-plist index 239be96c40c..b3e8f641c47 100644 --- a/graphics/libungif/pkg-plist +++ b/graphics/libungif/pkg-plist @@ -27,9 +27,9 @@ bin/icon2gif bin/gifcolor bin/gifcompose bin/gifburst -include/giflib/getarg.h -include/giflib/gif_hash.h -include/giflib/gif_lib.h +include/getarg.h +include/gif_hash.h +include/gif_lib.h lib/libgif.a lib/libgif.so lib/libgif.so.3 @@ -74,5 +74,4 @@ share/doc/giflib/raw2gif.html share/doc/giflib/rgb2gif.html share/doc/giflib/rle2gif.html share/doc/giflib/text2gif.html -@dirrm include/giflib @dirrm share/doc/giflib |