summaryrefslogtreecommitdiff
path: root/net/ldapdiff/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-02 12:45:41 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-02 12:45:41 +0000
commitd998dcd7eed169964fb8c5fc34997cfc21056de7 (patch)
tree71e9e113204073995b03343e4dc06b2246696887 /net/ldapdiff/Makefile
parent- Attempt to make it X11BASE aware (diff)
- Update to 1.2.2
PR: 105770 Submitted by: chinsan (maintainer)
Notes
Notes: svn path=/head/; revision=178579
Diffstat (limited to 'net/ldapdiff/Makefile')
-rw-r--r--net/ldapdiff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ldapdiff/Makefile b/net/ldapdiff/Makefile
index 05d7a9357ce6..2df1f5ba19a4 100644
--- a/net/ldapdiff/Makefile
+++ b/net/ldapdiff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ldapdiff
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= net
MASTER_SITES= http://ftp.ale.org/pub/mirrors/openpkg/sources/DST/ldapdiff/ \
http://webtomware.rhoen.de/
@@ -25,10 +25,10 @@ SAMPLES= addentry webtomware_without_jpeg.user.ldif \
MAN1= ldapdiff.1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${TARGETDIR}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/ldapdiff.conf \
- ${TARGETDIR}/etc/ldapdiff.conf.sample
+ ${PREFIX}/etc/ldapdiff.conf.sample
@${MKDIR} ${DATADIR}/samples
.for i in ${SAMPLES}
${INSTALL_DATA} ${WRKSRC}/samples/${i} ${DATADIR}/samples