diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-31 13:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-31 13:25:39 +0000 |
commit | 23f73ac2c63df01957e6e58eb50a6d76579f1fdf (patch) | |
tree | 80191b856ece11d82ffde139a4f0ad4286cb7499 /sysutils/nautilus | |
parent | 64a632eaf0c41ba07c921eb36ecdc0639b07373f (diff) | |
download | pkgsrc-23f73ac2c63df01957e6e58eb50a6d76579f1fdf.tar.gz |
Add a comment for post-install target.
Diffstat (limited to 'sysutils/nautilus')
-rw-r--r-- | sysutils/nautilus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index ee2e062d725..b7926bca09c 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2008/10/27 01:13:06 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2008/10/31 13:25:39 wiz Exp $ # DISTNAME= nautilus-2.24.1 @@ -51,6 +51,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libXt/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" +# for nautilus-cd-burner, remove when it's no longer needed post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/nautilus/extensions-1.0 |