diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-26 18:08:05 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-26 18:08:05 +0000 |
commit | 0b3dbdcf5ee3d9c64836a5df7971f847c9e48620 (patch) | |
tree | 91ffb95f8a071017ba27462dfc7b0768be953e14 /comms/efax-gtk | |
parent | - Support STAGEDIR [1] (diff) |
- Add support for STAGEDIR
- Don't show pkg-message twice during install
Notes
Notes:
svn path=/head/; revision=328400
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 12 | ||||
-rw-r--r-- | comms/efax-gtk/pkg-plist | 3 |
2 files changed, 3 insertions, 12 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index a366c670a9d2..6aebbf4749d0 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -25,8 +25,6 @@ USE_GCC= 4.6+ CONFLICTS= efax-[0-9]* -MAN1= efax.1 efix.1 efax-gtk.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl @@ -38,14 +36,4 @@ OPTIONS_SUB= yes NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext -NO_STAGE= yes -.include <bsd.port.options.mk> - -post-install: - @${ECHO} - @${ECHO_CMD} "********************************************************************************" - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} "********************************************************************************" - @${ECHO} - .include <bsd.port.mk> diff --git a/comms/efax-gtk/pkg-plist b/comms/efax-gtk/pkg-plist index 26977a96d9e6..d7fc467afba4 100644 --- a/comms/efax-gtk/pkg-plist +++ b/comms/efax-gtk/pkg-plist @@ -2,6 +2,9 @@ bin/efax-gtk bin/efax-0.9a bin/efix-0.9a etc/efax-gtkrc +man/man1/efax-gtk.1.gz +man/man1/efax.1.gz +man/man1/efix.1.gz share/applications/efax-gtk.desktop %%NLS%%share/locale/bg/LC_MESSAGES/efax-gtk.mo %%NLS%%share/locale/ca/LC_MESSAGES/efax-gtk.mo |