diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-25 13:08:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-25 13:08:39 +0000 |
commit | 7dae93e727f98d16327561b3912aef18d9547383 (patch) | |
tree | 415ed4850c4f3ce49435995160f0c18ab1af61e6 /net/netatalk | |
parent | a09a2d1b44729116cc42c3347aeec5c1b052c2c9 (diff) | |
download | pkgsrc-7dae93e727f98d16327561b3912aef18d9547383.tar.gz |
Clean up a bit (please use pkglint!).
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/DESCR | 1 | ||||
-rw-r--r-- | net/netatalk/MESSAGE | 4 | ||||
-rw-r--r-- | net/netatalk/Makefile | 45 |
3 files changed, 25 insertions, 25 deletions
diff --git a/net/netatalk/DESCR b/net/netatalk/DESCR index 40c578ee667..325d78f573e 100644 --- a/net/netatalk/DESCR +++ b/net/netatalk/DESCR @@ -12,4 +12,3 @@ is a PostScript reverser, called by psf to reverse pages printed to face-up stacking printers. afpd provides Macs with an interface to the Unix file system. Refer to the appropriate man pages for operational information. - diff --git a/net/netatalk/MESSAGE b/net/netatalk/MESSAGE index 781ca555a9c..fbbeae1b2f1 100644 --- a/net/netatalk/MESSAGE +++ b/net/netatalk/MESSAGE @@ -1,3 +1,5 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.2 2002/05/25 13:08:39 wiz Exp $ To have Netatalk start automatically at boot, copy (or link) the following files into /etc/rc.d on rc.d-capable systems: @@ -17,3 +19,5 @@ Example Netatalk config files have been installed in the examples directory at ${PREFIX}/share/examples/netatalk. Production config files are installed in ${PKG_SYSCONFDIR}. If no config files existed before this package was installed, default config files were copied in. + +=========================================================================== diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 2ff3ab64b30..2765f158b4e 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,40 +1,37 @@ -# $NetBSD: Makefile,v 1.14 2002/05/25 12:55:24 markd Exp $ +# $NetBSD: Makefile,v 1.15 2002/05/25 13:08:40 wiz Exp $ -DISTNAME= netatalk-1.5.3.1 -CATEGORIES= net print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} \ - http://me.in-berlin.de/~jroger/netatalk/ \ +DISTNAME= netatalk-1.5.3.1 +CATEGORIES= net print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} \ + http://me.in-berlin.de/~jroger/netatalk/ -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes -#USE_LIBTOOL= yes +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 +CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]* + .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --with-tcp-wrappers --with-flock-locks \ + +CONFIGURE_ARGS+= --with-tcp-wrappers --with-flock-locks \ --enable-timelord \ - --localstatedir=/var/netatalk \ - --sbindir=${PREFIX}/libexec/netatalk \ - --with-uams-path=${PREFIX}/libexec/netatalk/uams \ + --localstatedir=/var/netatalk \ + --sbindir=${PREFIX}/libexec/netatalk \ + --with-uams-path=${PREFIX}/libexec/netatalk/uams \ --sysconfdir=${PKG_SYSCONFDIR} \ --enable-netbsd -MAINTAINER= markd@netbsd.org -HOMEPAGE= http://sourceforge.net/projects/netatalk/ -COMMENT= Netatalk appletalk file and print services - -CONFLICTS= netatalk-asun-[0-9]* -CONFLICTS+= netatalk-umich-[0-9]* - -MESSAGE_SUBST+= PREFIX=${PREFIX} -MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} - pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/netatalk .for FILE in atalkd.conf netatalk.conf papd.conf AppleVolumes.default \ AppleVolumes.system afpd.conf - @-( cd ${WRKSRC}/config; gmake ${FILE} ) + @-( cd ${WRKSRC}/config; ${MAKE_PROGRAM} ${FILE} ) ${INSTALL_DATA} ${WRKSRC}/config/${FILE} \ ${PREFIX}/share/examples/netatalk/ .endfor |