diff options
Diffstat (limited to 'x11/gcursor/Makefile')
-rw-r--r-- | x11/gcursor/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile index e81e6775e462..9fbbb9393362 100644 --- a/x11/gcursor/Makefile +++ b/x11/gcursor/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcursor PORTVERSION= 0.061 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnome MASTER_SITES= http://download.qballcow.nl/programs/gcursor/ @@ -29,8 +29,6 @@ DOCS= AUTHORS COPYING ChangeLog INSTALL TODO post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/gcursor.c - @${REINPLACE_CMD} -e 's|share/applications|share/gnome/applications|g' \ - ${WRKSRC}/data/Makefile.in .ifndef (NOPORTDOCS) post-install: |