mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix packing list.
Spotted by: QAT
This commit is contained in:
parent
1287c50815
commit
e0dfdb6afa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231229
3 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= acroread8
|
||||
PORTVERSION= 8.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= print linux
|
||||
MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \
|
||||
ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/
|
||||
|
@ -73,6 +74,7 @@ pre-install:
|
|||
${WRKDIR}/bin
|
||||
do-install:
|
||||
@${ECHO_CMD} Installing...
|
||||
@${MKDIR} ${PREFIX}/share/desktop-directories
|
||||
@${MKDIR} ${INSTALLDIR}
|
||||
@cd ${WRKSRC} && ${SETENV} PATH=${WRKDIR}/bin:${PATH} ${INSTALLEXEC} > /dev/null
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@ if [ "$2" != "POST-DEINSTALL" \
|
|||
fi
|
||||
|
||||
cat <<EOT | while read F; do rm -f %%PREFIX%%/$F; done
|
||||
share/applications/AdobeReader.desktop
|
||||
share/applications/defaults.list.new
|
||||
share/icons/hicolor/.xdg-icon-resource-dummy
|
||||
share/icons/hicolor/128x128/apps/AdobeReader8.png
|
||||
share/icons/hicolor/128x128/apps/adobe.pdf.png
|
||||
|
@ -136,4 +138,3 @@ share/icons/hicolor/20x20/mimetypes
|
|||
share/icons/hicolor/20x20/apps
|
||||
share/icons/hicolor/20x20
|
||||
EOT
|
||||
|
||||
|
|
|
@ -1752,5 +1752,7 @@
|
|||
@dirrm %%ACRODIR%%/Adobe/Help
|
||||
@dirrm %%ACRODIR%%/Adobe
|
||||
@dirrm %%ACRODIR%%
|
||||
@exec /bin/mkdir -p %D/share/desktop-directories
|
||||
@dirrmtry share/desktop-directories
|
||||
@dirrmtry %%ACROBASE%%
|
||||
@dirrmtry %%ADOBEBASE%%
|
||||
|
|
Loading…
Add table
Reference in a new issue