diff options
author | jgh <jgh@FreeBSD.org> | 2013-11-08 15:34:49 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-11-08 15:34:49 +0800 |
commit | e48102ae65f9f4b69649a1685216dc86b14ded2f (patch) | |
tree | 1945458be4b29b173d2c56e922afb6eb9e2c1d27 /editors | |
parent | cbacf2895603fa0a437fdddb23cde0b5e527d9ba (diff) | |
download | freebsd-ports-gnome-e48102ae65f9f4b69649a1685216dc86b14ded2f.tar.gz freebsd-ports-gnome-e48102ae65f9f4b69649a1685216dc86b14ded2f.tar.zst freebsd-ports-gnome-e48102ae65f9f4b69649a1685216dc86b14ded2f.zip |
- remove conditional no longer required per staging
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leafpad/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index c7e9f0011f03..d431d8ccc82f 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -39,9 +39,7 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |