diff options
author | joerg <joerg@pkgsrc.org> | 2008-12-17 13:03:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-12-17 13:03:32 +0000 |
commit | 2dc4d1980bb3d2c6058656d515e964777b87e1ef (patch) | |
tree | fa27a2c0fd131d7c4094ecd41f87c4f12cb78416 /x11/startup-notification | |
parent | e82eef8bb2b8c5caa9f5bdc319eeb86cd1db9700 (diff) | |
download | pkgsrc-2dc4d1980bb3d2c6058656d515e964777b87e1ef.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 3c4cb9c5f4d..e4bfde2cdc9 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/11/16 14:01:11 tron Exp $ +# $NetBSD: Makefile,v 1.21 2008/12/17 13:03:32 joerg Exp $ DISTNAME= startup-notification-0.9 CATEGORIES= x11 gnome @@ -22,10 +22,8 @@ DOCDIR= ${PREFIX}/share/doc/startup-notification INSTALLATION_DIRS+= ${DOCDIR} post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/startup-notification cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog NEWS \ - doc/startup-notification.txt \ - ${DESTDIR}${DOCDIR} + doc/startup-notification.txt ${DESTDIR}${DOCDIR} BUILDLINK_DEPMETHOD.libXt?= build |