diff options
author | lofi <lofi@FreeBSD.org> | 2005-02-14 20:16:02 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-02-14 20:16:02 +0800 |
commit | 852cb9d71a5319c6cb28376c6adace12b5daea59 (patch) | |
tree | 0d81b663b1c574d38e2f720943498c7839e4e88b /print/libpaper/Makefile | |
parent | 981fcb8653ca5097e16064d3866f8e483526d379 (diff) | |
download | freebsd-ports-gnome-852cb9d71a5319c6cb28376c6adace12b5daea59.tar.gz freebsd-ports-gnome-852cb9d71a5319c6cb28376c6adace12b5daea59.tar.zst freebsd-ports-gnome-852cb9d71a5319c6cb28376c6adace12b5daea59.zip |
Update to 1.1.14-3.
Diffstat (limited to 'print/libpaper/Makefile')
-rw-r--r-- | print/libpaper/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index d4b55e22b55f..6a2f69e88536 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -6,22 +6,21 @@ # PORTNAME= libpaper -PORTVERSION= 1.1.14 +PORTVERSION= 1.1.14.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/libp/libpaper -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION:S/.3/-3/} MAINTAINER= lofi@freebsd.org COMMENT= A library providing routines for paper size management -USE_LIBTOOL_VER=13 -LIBTOOLFLAGS= # None, we want the libtool archives +USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= Yes USE_GETOPT_LONG=Yes CONFIGURE_ARGS= --build=${CONFIGURE_TARGET} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.3//} MAN1= paperconf.1 MAN3= defaultpapername.3 defaultpapersizefile.3 paperdone.3 paperfirst.3 \ |