diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 18:12:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 18:12:21 +0000 |
commit | 8e06809f62e1cc15ff6a77b3a2ee5aeff1b95b11 (patch) | |
tree | c99a808ef1064a1fd07f02321f23fda9b1dea3bf /misc/stickynotes_applet/Makefile | |
parent | e88cb93ce3d2cfb1b7f50b1d961064e7cb734bb3 (diff) |
Notes
Diffstat (limited to 'misc/stickynotes_applet/Makefile')
-rw-r--r-- | misc/stickynotes_applet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/stickynotes_applet/Makefile b/misc/stickynotes_applet/Makefile index 363098c9974d..4e1e2a8bd4b3 100644 --- a/misc/stickynotes_applet/Makefile +++ b/misc/stickynotes_applet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stickynotes_applet -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.11 CATEGORIES= misc gnome MASTER_SITES= http://loban.caltech.edu/stickynotes/packages/ @@ -36,7 +36,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif - ${INSTALL_DATA} ${WRKSRC}/pixmaps/stickynotes.png \ - ${PREFIX}/share/gnome/pixmaps .include <bsd.port.mk> |