diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 16:46:09 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 16:46:09 +0800 |
commit | e1885f491ee03aef0eb6ae5c6fc9f55cba166dbf (patch) | |
tree | c42c50e4b2b2c59a199f0ec61a5479491d8b3748 /graphics | |
parent | 1684714e7cd114c4d66f396cbae8454c4f8a9e6f (diff) | |
download | freebsd-ports-gnome-e1885f491ee03aef0eb6ae5c6fc9f55cba166dbf.tar.gz freebsd-ports-gnome-e1885f491ee03aef0eb6ae5c6fc9f55cba166dbf.tar.zst freebsd-ports-gnome-e1885f491ee03aef0eb6ae5c6fc9f55cba166dbf.zip |
Use MAKE_ARGS instead of patch to makefile
Approved by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeginfo/Makefile | 1 | ||||
-rw-r--r-- | graphics/jpeginfo/files/patch-aa | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 96b8ac244353..c3fc1e77f426 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAKE_ARGS= mandir=${PREFIX}/man MAN1= jpeginfo.1 PLIST_FILES= bin/jpeginfo diff --git a/graphics/jpeginfo/files/patch-aa b/graphics/jpeginfo/files/patch-aa deleted file mode 100644 index ec9504ad9b14..000000000000 --- a/graphics/jpeginfo/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.bak Sun Dec 8 01:13:21 2002 -+++ Makefile.in Fri Mar 11 14:41:23 2005 -@@ -26,7 +26,7 @@ - infodir = $(prefix)/share/info - - # Where to put the manual pages. --mandir = $(prefix)/share/man -+mandir = $(prefix)/man - - - |