Three months ago, the post-extract command was modified because it didn't work on Solaris. The fix provided broke the non-root user build. The problem with the original post-extract command was that it started with $WRKDIR instead of $WRKSRC. Return this target back to a tweaked version of the original post-extract command (and cross fingers that it still works on Solaris)
33 lines
971 B
Makefile
33 lines
971 B
Makefile
# $NetBSD: Makefile,v 1.57 2012/05/27 18:32:50 marino Exp $
|
|
#
|
|
|
|
DISTNAME= xart19980415
|
|
PKGNAME= xart-19980415
|
|
PKGREVISION= 17
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://linux01.gwdg.de/~rhohen/linux.html
|
|
COMMENT= Paint program (enhanced xpaint)
|
|
# quite like isc, but copyright needs to mention in documentation as well
|
|
# see the bottom of the included "Help.txt" file
|
|
#LICENSE= isc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/19980415
|
|
USE_IMAKE= YES
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|