diff options
author | netchild <netchild@FreeBSD.org> | 2005-02-05 12:47:09 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-02-05 12:47:09 +0000 |
commit | cb72fa61fe28328e9fd26fe1b35a75244b0618ae (patch) | |
tree | 5b043a87b7b030507dcf453999b073ffc72d5995 /graphics/linux-png10 | |
parent | cb760c43c4b569149190c8d3ea4bbf2f14d413a0 (diff) | |
download | FreeBSD-ports-cb72fa61fe28328e9fd26fe1b35a75244b0618ae.zip FreeBSD-ports-cb72fa61fe28328e9fd26fe1b35a75244b0618ae.tar.gz |
Remove the symlink on deinstall too.
Noticed by: pointyhat
Diffstat (limited to 'graphics/linux-png10')
-rw-r--r-- | graphics/linux-png10/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/linux-png10/Makefile b/graphics/linux-png10/Makefile index 2c224a5..0172b41 100644 --- a/graphics/linux-png10/Makefile +++ b/graphics/linux-png10/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ @@ -21,7 +21,8 @@ DIST_SUBDIR= rpm/i386/fc3 ONLY_FOR_ARCHS= i386 RPM_SET= libpng10-${PORTVERSION}-1.i386.rpm -PLIST_FILES= usr/lib/libpng.so.2.1.0.16 +PLIST_FILES= usr/lib/libpng.so.2.1.0.16 \ + usr/lib/libpng.so.2 DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-1.0.16 PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt |