diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/nenscript/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index 450bcf8a0e6..f2c8c616c84 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -22,10 +22,6 @@ MAN1= nenscript.1 .include <bsd.port.pre.mk> -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" -CFLAGS+= -DUS_VERSION -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${MANPREFIX}/man/man1 |