diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 23:50:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 23:50:12 +0000 |
commit | a605fe3b5e1a49f56a0c344b7915f81bcc9b21ae (patch) | |
tree | 011db2a488bd614d7fde5d9040ae18c3120ce66c /graphics | |
parent | e89dee628c5b1499ac9891eeb01f08da51b60378 (diff) | |
download | ports-a605fe3b5e1a49f56a0c344b7915f81bcc9b21ae.tar.gz ports-a605fe3b5e1a49f56a0c344b7915f81bcc9b21ae.zip |
[maintainer] graphics/jumpgis-postgis: fix pkg-plist
jumpgis-postgis changed the mode of an already installed
directory, causing the plist check to fail. Changes have
been submitted for jumpgis which means this port doesn't
need to modify the directory now.
PR: ports/76184
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=126382
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jumpgis-postgis/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/jumpgis-postgis/Makefile b/graphics/jumpgis-postgis/Makefile index 2bc9a8a05c4b..a20204ac9cca 100644 --- a/graphics/jumpgis-postgis/Makefile +++ b/graphics/jumpgis-postgis/Makefile @@ -26,8 +26,6 @@ NO_WRKSUBDIR= yes do-install: @${ECHO_MSG} " >> Installing JAR files" - ${MKDIR} ${TARGET_DIR}/lib/ext - ${CHMOD} 0755 ${TARGET_DIR}/lib/ext ${INSTALL_DATA} ${WRKSRC}/lib/ext/postgisdriver-1.1.0.jar ${TARGET_DIR}/lib/ext/ ${INSTALL_DATA} ${WRKSRC}/lib/ext/pg74jdbc3.jar ${TARGET_DIR}/lib/ |