Lines 10-22
Link Here
|
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 1 |
11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
12 |
CATEGORIES= databases |
12 |
CATEGORIES= databases |
13 |
#MASTER_SITES= http://www.sleepycat.com/update/snapshot/ |
13 |
MASTER_SITES= http://downloads.sleepycat.com/ |
14 |
MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ |
|
|
15 |
DISTNAME= db-${PORTVERSION} |
14 |
DISTNAME= db-${PORTVERSION} |
16 |
DIST_SUBDIR= bdb |
15 |
DIST_SUBDIR= bdb |
17 |
#PATCH_SITES= ${MASTER_SITES} |
|
|
18 |
#PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 |
19 |
#PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} |
20 |
|
16 |
|
21 |
MAINTAINER= matthias.andree@gmx.de |
17 |
MAINTAINER= matthias.andree@gmx.de |
22 |
COMMENT= The Berkeley DB package, revision 4 |
18 |
COMMENT= The Berkeley DB package, revision 4 |
Lines 39-45
Link Here
|
39 |
|
35 |
|
40 |
# the db install_docs target installs an empty directory, kill it |
36 |
# the db install_docs target installs an empty directory, kill it |
41 |
# (it's not packaged and it's not needed): |
37 |
# (it's not packaged and it's not needed): |
42 |
|
|
|
43 |
.if !defined(NOPORTDOCS) |
38 |
.if !defined(NOPORTDOCS) |
44 |
post-install: |
39 |
post-install: |
45 |
@${RMDIR} ${PREFIX}/share/doc/db4/ref/splash |
40 |
@${RMDIR} ${PREFIX}/share/doc/db4/ref/splash |