diff options
Diffstat (limited to 'net-mgmt/netdisco/Makefile')
-rw-r--r-- | net-mgmt/netdisco/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index 7aafb03e9223..1d0f145da4a1 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -6,8 +6,7 @@ # PORTNAME= netdisco -PORTVERSION= 0.94 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= net-mgmt www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +35,7 @@ USE_PERL5= yes USE_PGSQL= yes USE_APACHE= 1.3+ -USE_RC_SUBR= netdisco.sh +USE_RC_SUBR= netdisco NO_BUILD= yes @@ -117,10 +116,8 @@ do-install: ${MKDIR} ${DATADIR}/sql - ${INSTALL_DATA} ${WRKSRC}/oui.txt ${DATADIR} - cd ${WRKSRC}/sql && \ - ${INSTALL_DATA} *.sql pg_all pg_back pg_init pg_run ${DATADIR}/sql + ${INSTALL_DATA} *.sql pg ${DATADIR}/sql ${MKDIR} ${DATADIR}/mibs |