diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 1fd296c82ccd899c51c7ff224fdca0091c73cf59 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /wm/icewmconf/Makefile | |
parent | b9cb24b464f01e6e80d05deec00b9287feb088fa (diff) | |
download | pkgsrc-1fd296c82ccd899c51c7ff224fdca0091c73cf59.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'wm/icewmconf/Makefile')
-rw-r--r-- | wm/icewmconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile index b9a4cbbfc2d..db14ac52981 100644 --- a/wm/icewmconf/Makefile +++ b/wm/icewmconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 12:42:21 asau Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:41 joerg Exp $ DISTNAME= icewmconf-2.1.0 PKGREVISION= 2 @@ -22,7 +22,7 @@ post-extract: post-patch: ${MV} ${FILENAME} ${FILENAME}.orig - ${SED} 's#PREFIX#${X11PREFIX}#g' \ + ${SED} 's#PREFIX#${PREFIX}#g' \ < ${FILENAME}.orig > ${FILENAME} do-install: |