diff options
author | wiz <wiz> | 2008-10-31 13:25:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-31 13:25:39 +0000 |
commit | d851a5277e99c5f5f08bde6feb3d6c60bbf16639 (patch) | |
tree | 80191b856ece11d82ffde139a4f0ad4286cb7499 /sysutils/nautilus | |
parent | 6b13cc3c70526693e46e3efe6559534de8b09f3f (diff) | |
download | pkgsrc-d851a5277e99c5f5f08bde6feb3d6c60bbf16639.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 |