diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-08-15 15:52:19 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-08-15 15:52:19 +0000 |
commit | 3575667139e2a7e21d3f8d2641cedfa4b9977924 (patch) | |
tree | aafe1778be9ebd19b9e9d462d74d717accb0b2a0 /graphics/libgphoto2/Makefile | |
parent | Fix ${MASTER_SITE_SUBDIR} (diff) |
Update to 2.1.2. [1]
Add PLIST_SUB, that decrease diffs against libgphoto2
port in next update-time. [2]
Submitted by: Jeremy Prior <jez@chagford.netcraft.com> [1],
osa [2]
PR: 55602
Diffstat (limited to 'graphics/libgphoto2/Makefile')
-rw-r--r-- | graphics/libgphoto2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index c925cdf72a29..ba8d2fe40b6d 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgphoto2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gphoto @@ -26,8 +26,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} -MAN3= gphoto2.3 gphoto2_port.3 +MAN3= libgphoto2.3 libgphoto2_port.3 post-patch: .for file in configure libgphoto2_port/configure |