[Midnightbsd-cvs] mports: Makefile: portlint fixes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 17:51:11 EDT 2008


Log Message:
-----------
portlint fixes.  Add license.

Modified Files:
--------------
    mports/net/netatalk:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/netatalk/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L net/netatalk/Makefile -L net/netatalk/Makefile -u -r1.3 -r1.4
--- net/netatalk/Makefile
+++ net/netatalk/Makefile
@@ -15,6 +15,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	File and print server for AppleTalk networks
+LICENSE=	gpl2
 
 USE_AUTOTOOLS=	libtool:15
 USE_BZIP2=	yes
@@ -24,16 +25,16 @@
 CONFIGURE_ARGS+=	--with-tcp-wrappers \
 			--with-pkgconfdir=${PREFIX}/etc \
 			--with-libiconv=${LOCALBASE}
-			
+
 OPTIONS=	SRVLOC  "Enable Service Location Protocol support" off \
 		PAM "Enable PAM Support" off \
 		TIMELORD "Enable Timelord network time service" off
 
 .include <bsd.port.pre.mk>
-			
+
 .if defined(WITH_SRVLOC)
 LIB_DEPENDS+=	slp.1:${PORTSDIR}/net/openslp
-.endif			
+.endif
 .if defined(WITH_PAM)
 CONFIGURE_ARGS+=	--with-pam=/etc/pam.d
 PLIST_SUB+=		NETATALKPAM=""


More information about the Midnightbsd-cvs mailing list