diff options
author | makc <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
commit | 257d95e619d504625a3dd72269614d7fe350704c (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /textproc | |
parent | 4db462c2d32f9526ce9940e28a4b22915d0982f5 (diff) | |
download | freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.gz freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.zst freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ctpl/Makefile | 7 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/stardict-rptts/Makefile | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile index 468dc874469a..e97030d3ebc9 100644 --- a/textproc/ctpl/Makefile +++ b/textproc/ctpl/Makefile @@ -9,11 +9,8 @@ MAINTAINER= makc@FreeBSD.org COMMENT= C Template (Parser) Library GNU_CONFIGURE= yes -USE_GNOME= glib20 gnomehack -USES= pkgconfig +USE_GNOME= glib20 +USES= pathfix pkgconfig USE_LDCONFIG= yes -MAN1= ctpl.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist index 501fbb34b04d..dd829d9fca47 100644 --- a/textproc/ctpl/pkg-plist +++ b/textproc/ctpl/pkg-plist @@ -16,6 +16,7 @@ lib/libctpl.la lib/libctpl.so lib/libctpl.so.4 libdata/pkgconfig/ctpl.pc +man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html share/gtk-doc/html/ctpl/api-index-deprecated.html share/gtk-doc/html/ctpl/api-index-full.html diff --git a/textproc/stardict-rptts/Makefile b/textproc/stardict-rptts/Makefile index a26ade4c7204..b4e635d0b941 100644 --- a/textproc/stardict-rptts/Makefile +++ b/textproc/stardict-rptts/Makefile @@ -16,8 +16,7 @@ PROJECTHOST= stardict-3 NO_BUILD= yes USE_BZIP2= yes -NO_STAGE= yes do-install: - ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${PREFIX}/share + ${TAR} jxvf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${STAGEDIR}${PREFIX}/share .include <bsd.port.mk> |