diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-25 13:33:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-25 13:33:20 +0000 |
commit | d3851f3dd9825ecf8f2b9c1e62aaad771cf6c480 (patch) | |
tree | b02cb6ed625c573f4dffb4f33d05b7e849e8a4a8 /net/netatalk | |
parent | 7dae93e727f98d16327561b3912aef18d9547383 (diff) | |
download | pkgsrc-d3851f3dd9825ecf8f2b9c1e62aaad771cf6c480.tar.gz |
USE_LIBTOOL, and create a directory that's wanted by the PLIST.
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 2765f158b4e..721bce33a81 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/05/25 13:08:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/25 13:33:20 wiz Exp $ DISTNAME= netatalk-1.5.3.1 CATEGORIES= net print @@ -9,11 +9,11 @@ MAINTAINER= markd@netbsd.org HOMEPAGE= http://sourceforge.net/projects/netatalk/ COMMENT= Netatalk appletalk file and print services -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes -#USE_LIBTOOL= yes -#LIBTOOL_OVERRIDE=${WRKSRC}/libtool +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_PERL5= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]* @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers --with-flock-locks \ --enable-netbsd pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/libexec/psffilters ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/netatalk .for FILE in atalkd.conf netatalk.conf papd.conf AppleVolumes.default \ AppleVolumes.system afpd.conf |