aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-26 01:13:45 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-26 01:13:45 +0000
commit5f4b7a3882a5699431d502069d627da49f661ab3 (patch)
treeac77ff6390ca9dc84713a08d049e275bd848355a /comms
parentf428d83706730b99da02eb8d12c5fbeb173e2141 (diff)
downloadports-5f4b7a3882a5699431d502069d627da49f661ab3.tar.gz
ports-5f4b7a3882a5699431d502069d627da49f661ab3.zip
- Unbroken
- Remove extra install of rc.d script - Bump PORTREVISION - portlint(1) Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156821
Diffstat (limited to 'comms')
-rw-r--r--comms/ltmdm/Makefile7
-rw-r--r--comms/ltmdm/pkg-message4
2 files changed, 4 insertions, 7 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile
index f097025c4f9e..2538e7ae05dd 100644
--- a/comms/ltmdm/Makefile
+++ b/comms/ltmdm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ltmdm
PORTVERSION= 1.4
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= comms
MASTER_SITES= http://www.dons.net.au/~darius/
EXTRACT_SUFX= .tgz
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Driver for the Lucent LT Winmodem chipset
-BROKEN= Incomplete pkg-plist
-
ONLY_FOR_ARCHS= i386
BUILD_WRKSRC= ${WRKSRC}/sys/modules/ltmdm
NO_WRKSUBDIR= yes
@@ -27,7 +25,7 @@ LTMDM_DEV_MAJOR ?= 228
LTMDM_OBJ_VERSION ?= 600
.if defined(WITH_595_OBJ)
-MAKE_ARGS = LTMDM_OBJ_VERSION=595
+MAKE_ARGS= LTMDM_OBJ_VERSION=595
.endif
MAKE_ARGS+= LTMDM_DEV_MAJOR=${LTMDM_DEV_MAJOR}
@@ -58,7 +56,6 @@ pre-fetch:
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/sys/modules/ltmdm/ltmdm.ko ${DATADIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/ltmdm.sh ${PREFIX}/etc/rc.d/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
diff --git a/comms/ltmdm/pkg-message b/comms/ltmdm/pkg-message
index 67bfbfcbefa1..d74241a48c1a 100644
--- a/comms/ltmdm/pkg-message
+++ b/comms/ltmdm/pkg-message
@@ -1,7 +1,7 @@
-
*******************************************************************************
+* *
* This port contains a prebuilt kernel module. Due to the ever changing *
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
* source update. To do this reinstall the port. *
+* *
*******************************************************************************
-