diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-07 16:14:46 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-07 16:14:46 +0000 |
commit | 6b525d69bd7dfee1e8c78ae364626235dfb7cbc8 (patch) | |
tree | 6cd447d1bdd67dee6460a72324fec6bbc3a88403 /sysutils | |
parent | ebe3ac14fa44325e9dda4f62fbffbdb1586f4302 (diff) | |
download | ports-6b525d69bd7dfee1e8c78ae364626235dfb7cbc8.tar.gz ports-6b525d69bd7dfee1e8c78ae364626235dfb7cbc8.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ansible/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 521ca7362e0e..b3d4c5789d46 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -3,6 +3,7 @@ PORTNAME= ansible PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ @@ -47,7 +48,7 @@ PLIST_FILES+= man/man1/ansible-doc.1.gz \ man/man1/ansible-pull.1.gz \ man/man1/ansible-vault.1.gz \ man/man1/ansible.1.gz \ - ${DESKTOPDIR}/${PORTNAME}.desktop \ + ${DESKTOPDIR:S,^${PREFIX}/,,}/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png PORTEXAMPLES= ansible.cfg hosts |