diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-04-06 06:03:36 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-04-06 06:03:36 +0000 |
commit | f773926996031270af4b3ee9a8253ae92a5de9a7 (patch) | |
tree | 1c38e1b1f4607b7528475753c8b917caf854bd12 /comms/libimobiledevice/Makefile | |
parent | 822d8be2a978ec8e79749d3dcb3f2389f02fad76 (diff) | |
download | ports-f773926996031270af4b3ee9a8253ae92a5de9a7.tar.gz ports-f773926996031270af4b3ee9a8253ae92a5de9a7.zip |
Notes
Diffstat (limited to 'comms/libimobiledevice/Makefile')
-rw-r--r-- | comms/libimobiledevice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 19ac211ee77a..6f6cd55f6c8d 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libimobiledevice -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.6 CATEGORIES= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -31,8 +31,8 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS README -MAN1= idevice_id.1 idevicebackup.1 \ - ideviceimagemounter.1 ideviceinfo.1 \ +MAN1= idevice_id.1 idevicebackup.1 ideviceenterrecovery.1 \ + ideviceimagemounter.1 ideviceinfo.1 idevicepair.1 \ idevicescreenshot.1 idevicesyslog.1 #OPTIONS= PYTHON "Enable Python bindings (needs Swig)" off |