diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-26 07:30:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-26 07:30:56 +0000 |
commit | 05596ddc990dc44b75c3648f32ebf6200a6c70fd (patch) | |
tree | 13681f1bb1b7ac5a07df4f64e2edbb9520a4c3e0 /print/gnomephotoprinter/Makefile | |
parent | e73ae9f1ef5ede74f9d42982c769c3e16653adb8 (diff) |
Notes
Diffstat (limited to 'print/gnomephotoprinter/Makefile')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index e8ddc3eba7e9..6be531edb5bf 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -20,4 +20,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 USE_LIBTOOL_VER=15 +post-install: + ${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop ${PREFIX}/share/gnome/applications + .include <bsd.port.mk> |