pkgsrc/x11/xview-config/Makefile
dholland d5facf8c52 Fix my last change (back in August) -- apparently I forgot to escape the
shell variable $? as $$? so it wouldn't be treated as a make variable.
This is wrong but nonfatal with NetBSD's make, but fatal with some other
versions of make.

While here, unhide a chmod that pkglint was complaining about.

PKGREVISION++ (now at 5)
2009-01-07 04:28:53 +00:00

24 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.28 2009/01/07 04:28:53 dholland Exp $
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-config-3.2.1
PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= OpenLook Toolkit config files
PKG_DESTDIR_SUPPORT= user-destdir
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
EXTRACT_ELEMENTS= ${DISTNAME}/config
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
USE_IMAKE= yes
post-extract:
${CHMOD} -R go+rX ${WRKDIR}
.include "../../mk/bsd.pkg.mk"