Index: head/sysutils/arcconf/pkg-plist =================================================================== --- head/sysutils/arcconf/pkg-plist (revision 540709) +++ head/sysutils/arcconf/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -etc/periodic/daily/410.status-aac-raid -sbin/arcconf Property changes on: head/sysutils/arcconf/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/arcconf/Makefile =================================================================== --- head/sysutils/arcconf/Makefile (revision 540709) +++ head/sysutils/arcconf/Makefile (revision 540710) @@ -1,38 +1,43 @@ # Created by: michael@fuckner.net # $FreeBSD$ PORTNAME= arcconf DISTVERSION= 3_01_23531 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.adaptec.com/raid/storage_manager/ DISTNAME= arcconf_v${DISTVERSION} MAINTAINER= michael@fuckner.net COMMENT= Adaptec SCSI/SAS RAID administration tool +LICENSE= Microsemi +LICENSE_NAME= Microsemi License +LICENSE_FILE= ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/License.txt +LICENSE_PERMS= no-pkg-sell no-dist-sell no-dist-mirror auto-accept + ONLY_FOR_ARCHS= amd64 +USES= zip LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT} +USE_GCC= yes -USES= zip - PERIODICSCRIPT= 410.status-aac-raid SUB_FILES+= ${PERIODICSCRIPT} -RESTRICTED= May not be redistributed in binary form -NO_CDROM= May not be redistributed in binary form - .include DIST_TYPE= 11_x64 NO_BUILD= yes NO_WRKSUBDIR= yes + +PLIST_FILES= etc/periodic/daily/410.status-aac-raid \ + sbin/arcconf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily .include