diff options
author | wiz <wiz> | 2012-03-17 02:19:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-17 02:19:22 +0000 |
commit | d702844df247e6697a162934d7768ab68bd98177 (patch) | |
tree | eaa9260c3ac66f04a4a70977659b25aa807d0221 /sysutils/gamin | |
parent | 7c29ee326e896fa9ab2462f4f487d5d4dd91ddf7 (diff) | |
download | pkgsrc-d702844df247e6697a162934d7768ab68bd98177.tar.gz |
pkglint cleanup while here; set LICENSE.
Diffstat (limited to 'sysutils/gamin')
-rw-r--r-- | sysutils/gamin/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gamin/Makefile.common | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/gamin/Makefile b/sysutils/gamin/Makefile index 0f1e14bb428..aaef5c89f02 100644 --- a/sysutils/gamin/Makefile +++ b/sysutils/gamin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/03/03 00:13:55 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2012/03/17 02:19:22 wiz Exp $ .include "../../sysutils/gamin/Makefile.common" @@ -9,8 +9,9 @@ TEST_TARGET= check .include "options.mk" +INSTALLATION_DIRS= libexec + do-install: - ${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/libexec ${INSTALL_LIB} ${WRKSRC}/server/gam_server \ ${DESTDIR}${PREFIX}/libexec diff --git a/sysutils/gamin/Makefile.common b/sysutils/gamin/Makefile.common index 039d9538c19..7442c0fcf46 100644 --- a/sysutils/gamin/Makefile.common +++ b/sysutils/gamin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2011/01/17 04:10:40 asau Exp $ +# $NetBSD: Makefile.common,v 1.6 2012/03/17 02:19:22 wiz Exp $ # # used by sysutils/gamin/Makefile # used by sysutils/libgamin/Makefile @@ -12,6 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/~veillard/gamin/ COMMENT= File alteration monitor +LICENSE= gnu-lgpl-v2 CONFLICTS= fam-[0-9]* @@ -40,7 +41,6 @@ SUBST_FILES.sysconfdir= doc/config.html doc/gamin.html server/gam_conf.c SUBST_SED.sysconfdir= -e "s,/etc/gamin/,${PKG_SYSCONFDIR}/," DISTINFO_FILE= ${.CURDIR}/../../sysutils/gamin/distinfo -FILESDIR= ${.CURDIR}/../../sysutils/gamin/files PATCHDIR= ${.CURDIR}/../../sysutils/gamin/patches LIBS.SunOS+= -lsocket |