summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-25 13:08:39 +0000
committerwiz <wiz>2002-05-25 13:08:39 +0000
commit128ac1b5f29c4343b368751b7076f8a1f9b66826 (patch)
tree415ed4850c4f3ce49435995160f0c18ab1af61e6 /net/netatalk
parent6dcb1643603460f57bf7dc533b4c655fcb0c0e7e (diff)
downloadpkgsrc-128ac1b5f29c4343b368751b7076f8a1f9b66826.tar.gz
Clean up a bit (please use pkglint!).
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/DESCR1
-rw-r--r--net/netatalk/MESSAGE4
-rw-r--r--net/netatalk/Makefile45
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