diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:50:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:50:43 +0000 |
commit | 444b74f1ca29e3686faf2ef602b1cad0a6664f87 (patch) | |
tree | 09a4daa60fb0df0d02cc71fde3ce28c73fd1caf5 /audio/gmixer | |
parent | - Add share/applications to mtree, so it no longer needs to be created/remove... (diff) |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Notes
Notes:
svn path=/head/; revision=331267
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 68461320e075..ec122bf53ea1 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -20,7 +20,6 @@ PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps .include <bsd.port.mk> |