diff options
author | vs <vs@FreeBSD.org> | 2005-04-26 20:22:34 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-26 20:22:34 +0800 |
commit | 0e28069e60ff75a74d4e3572092a7b1a631a0440 (patch) | |
tree | 91e9b231fef6dd810a0be5f5a9e8ddc81fbb9191 /textproc/tnef2txt | |
parent | 4c6ded313944210eaf2035bf757aba4b8ffc8f65 (diff) | |
download | freebsd-ports-gnome-0e28069e60ff75a74d4e3572092a7b1a631a0440.tar.gz freebsd-ports-gnome-0e28069e60ff75a74d4e3572092a7b1a631a0440.tar.zst freebsd-ports-gnome-0e28069e60ff75a74d4e3572092a7b1a631a0440.zip |
Use variables
Diffstat (limited to 'textproc/tnef2txt')
-rw-r--r-- | textproc/tnef2txt/Makefile | 4 | ||||
-rw-r--r-- | textproc/tnef2txt/files/patch-aa | 17 | ||||
-rw-r--r-- | textproc/tnef2txt/pkg-plist | 3 |
3 files changed, 4 insertions, 20 deletions
diff --git a/textproc/tnef2txt/Makefile b/textproc/tnef2txt/Makefile index 5a0cf47527d8..10d1276306f8 100644 --- a/textproc/tnef2txt/Makefile +++ b/textproc/tnef2txt/Makefile @@ -14,6 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A portable application/ms-tnef parser ALL_TARGET= tnef2txt +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" + +PLIST_FILES= bin/tnef2txt +PORTDOCS= README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${PREFIX}/bin diff --git a/textproc/tnef2txt/files/patch-aa b/textproc/tnef2txt/files/patch-aa deleted file mode 100644 index e2de91f75c94..000000000000 --- a/textproc/tnef2txt/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Mon Jan 14 00:25:02 2002 -+++ Makefile Mon Jan 14 00:25:17 2002 -@@ -1,12 +1,12 @@ - --CC = gcc -+CC ?= gcc - - # Possible platforms are SUN, HPUX, DEC, SGI, AIX, Linux and MSDOS - # The main definitions are for 32/16 bits and for byte order, the - # default is big endian. You can do -D__BYTE_ORDER 1234 for little - # endian - PLATFORM = -DHPUX --CFLAGS = -g -O2 -+CFLAGS += -g -O2 - - - tnef2txt: config.h tnef.h tnef.c diff --git a/textproc/tnef2txt/pkg-plist b/textproc/tnef2txt/pkg-plist deleted file mode 100644 index b1806372af84..000000000000 --- a/textproc/tnef2txt/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/tnef2txt -%%PORTDOCS%%share/doc/tnef2txt/README -%%PORTDOCS%%@dirrm share/doc/tnef2txt |