mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Cleanup after importing databases/slony1v2:
* Reduce diff with databases/slony1v2 (use DISTNAME). * Document conflict with slony1v2. * Remove unused code in post-install target.
This commit is contained in:
parent
d072b44099
commit
e39f04804e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239221
@ -9,8 +9,8 @@ PORTNAME= slony1
|
||||
PORTVERSION= 1.2.16
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://main.slony.info/downloads/1.2/source/
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}-${PORTVERSION}-docs${EXTRACT_SUFX}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${DISTNAME}-docs${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= vivek@khera.org
|
||||
COMMENT= PostgreSQL master to multiple replicas replication system
|
||||
@ -28,6 +28,8 @@ SUB_LIST+= NAME=slon
|
||||
|
||||
OPTIONS= PERLTOOLS "Install perl configuration tools" Off
|
||||
|
||||
CONFLICTS?= slony1v2-*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
IGNORE_WITH_PGSQL= 84
|
||||
@ -76,7 +78,6 @@ post-install:
|
||||
${MKDIR} ${DOCSDIR}/adminguide
|
||||
${MKDIR} ${DOCSDIR}/howto
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
|
||||
# ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user