diff options
author | pawel <pawel@FreeBSD.org> | 2014-07-23 03:33:41 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-07-23 03:33:41 +0800 |
commit | 129a0ef32ca1666c66b99468cd8e5d8468332110 (patch) | |
tree | 2ac650988b9fd8a0db113fd7db4dc844105355c7 /sysutils | |
parent | 66941e1b3d6537c5b870f78ff8ff2dcd7b251e4d (diff) | |
download | freebsd-ports-gnome-129a0ef32ca1666c66b99468cd8e5d8468332110.tar.gz freebsd-ports-gnome-129a0ef32ca1666c66b99468cd8e5d8468332110.tar.zst freebsd-ports-gnome-129a0ef32ca1666c66b99468cd8e5d8468332110.zip |
- Add staging support
- Correct spelling mistakes in pkg-descr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gcombust/Makefile | 12 | ||||
-rw-r--r-- | sysutils/gcombust/pkg-descr | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 0d1606ac0cf1..362727803b8e 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -24,12 +24,8 @@ CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - pre-patch: @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ ${WRKSRC}/configure @@ -39,10 +35,8 @@ post-configure: cd ${WRKSRC}/po && ${MAKE} update-po post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${PREFIX}/share/doc/gcombust - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/sysutils/gcombust/pkg-descr b/sysutils/gcombust/pkg-descr index 5a5c786fe04d..9a7ceca13167 100644 --- a/sysutils/gcombust/pkg-descr +++ b/sysutils/gcombust/pkg-descr @@ -5,11 +5,11 @@ would probably be wise to test it with the -dummy option at first to check that I haven't made any stupid errors. Also, it prints the command it's executing to stdout so you can look at it and maybe spot errors. -I love to recieve feedback/comments/ideas/bugreports at: +I love to receive feedback/comments/ideas/bugreports at: jmunsin@iki.fi (jmunsin@abo.fi) NOTE: If you decide to do a NLS translation of gcombust, it might be a good - idea to mail me about it to make sure noone else is doing one for the + idea to mail me about it to make sure no one else is doing one for the same language. WWW: http://www.abo.fi/~jmunsin/gcombust/ |