diff options
author | markus <markus@FreeBSD.org> | 2007-02-09 09:31:38 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-02-09 09:31:38 +0800 |
commit | ec482ffec60751345c2553febcf67e8d075969df (patch) | |
tree | 2b07796ea7a42ad2272119a6dbb1d733a009537c /print/flpsed | |
parent | 96c1952f512a7c73c5cb3db82b766492f1b458bd (diff) | |
download | freebsd-ports-gnome-ec482ffec60751345c2553febcf67e8d075969df.tar.gz freebsd-ports-gnome-ec482ffec60751345c2553febcf67e8d075969df.tar.zst freebsd-ports-gnome-ec482ffec60751345c2553febcf67e8d075969df.zip |
Utilize PORTDOCS
Approved by: maintainer
Diffstat (limited to 'print/flpsed')
-rw-r--r-- | print/flpsed/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index c0dedd7b4552..7c8b3017d9c2 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -21,11 +21,7 @@ USE_GHOSTSCRIPT=yes USE_GMAKE= yes PLIST_FILES= bin/flpsed - -.if !defined(NOPORTDOCS) -PLIST_FILES+= %%DOCSDIR%%/README -PLIST_DIRS= %%DOCSDIR%% -.endif +PORTDOCS= README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${PREFIX}/bin |